don't depend on dockerhub for nothin, ever.

This commit is contained in:
Dan 2021-04-09 09:53:56 -04:00
parent bd4bd3e49f
commit fb99357431
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