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 \
gcc \
musl-dev \
python3 \
python3-dev \
py3-pillow \
&& pip3 install aiohttp
gcc \
musl-dev \
jpeg-dev \
zlib-dev \
&& \
pip3 install pillow
COPY devel /app/
COPY example-puzzles /puzzles/