Skip to content

Instantly share code, notes, and snippets.

@erkolson
Created May 12, 2020 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erkolson/b1efbe468e3f9c4872154eba419a93aa to your computer and use it in GitHub Desktop.
Save erkolson/b1efbe468e3f9c4872154eba419a93aa to your computer and use it in GitHub Desktop.
Python purge ttl packaging
FROM python:3.7.7-buster
COPY purge_ttl.py /app/
COPY requirements.txt /app/requirements.txt
RUN pip install -r /app/requirements.txt
ENTRYPOINT ["/app/purge_ttl.py"]
google-cloud-spanner >=1.15.1
statsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment