remove all dependencies on dockerhub, and rely on a cached version of python 3.8 we have in quay.io

This commit is contained in:
Dan 2021-03-16 11:05:05 -04:00
parent 14386b8ba9
commit 3c120df3cf
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.8
FROM quay.io/sartography/python:3.8
RUN pip install pipenv
RUN useradd _gunicorn --no-create-home --user-group