mirror of https://github.com/dirtbags/moth.git
Fix devel server dockerfile breakage
This commit is contained in:
parent
dc2c3dbc79
commit
3b5a5c5363
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue