Merge remote-tracking branch 'origin/fix_devel_dockerfile' into consolidate_www_resources

This commit is contained in:
John Donaldson 2018-09-11 16:56:54 -05:00
commit 2acff8f6a3
1 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,13 @@
FROM alpine
FROM alpine:3.7
RUN apk --no-cache add python3 py3-pillow && \
pip3 install aiohttp
RUN apk --no-cache add \
gcc \
musl-dev \
python3 \
python3-dev \
py3-pillow \
&& \
pip3 install aiohttp
COPY . /moth/
COPY example-puzzles /puzzles/