Update deps

This commit is contained in:
Jonathan Cremin 2020-06-14 23:10:37 +01:00
parent 8501759a39
commit c8000380b3
3 changed files with 48 additions and 51 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.7.4-alpine3.10
FROM python:3.7
WORKDIR /app
@ -7,8 +7,7 @@ EXPOSE 8000
ENV DEBUG false
ENV SECRET_KEY unsafe
RUN pip install poetry && \
apk add postgresql-dev gcc python3-dev musl-dev
RUN pip install poetry
ADD pyproject.toml ./
ADD poetry.lock ./