github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/tools/bigtable-backup/Dockerfile (about)

     1  FROM       grafana/bigtable-backup:master-18e7589
     2  RUN        apk add --update --no-cache python3 python3-dev git \
     3              && pip3 install --no-cache-dir --upgrade pip
     4  COPY       bigtable-backup.py bigtable-backup.py
     5  COPY       requirements.txt requirements.txt
     6  RUN        pip3 install -r requirements.txt
     7  ENTRYPOINT ["usr/bin/python3", "bigtable-backup.py"]