Fix devel server dockerfile breakage

This commit is contained in:
Neale Pickett 2019-02-27 22:05:52 +00:00
parent dc2c3dbc79
commit 3b5a5c5363
1 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
FROM alpine:3.8 FROM python:3.7.2-alpine3.9
RUN apk --no-cache add \ RUN apk --no-cache add \
gcc \ gcc \
musl-dev \ musl-dev \
python3 \ jpeg-dev \
python3-dev \ zlib-dev \
py3-pillow \ && \
&& pip3 install aiohttp pip3 install pillow
COPY devel /app/ COPY devel /app/
COPY example-puzzles /puzzles/ COPY example-puzzles /puzzles/