1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 19:40:52 -07:00

Adding dependencies to build some python modules

Pinning Alpine version
This commit is contained in:
John Donaldson 2018-09-11 16:54:48 -05:00
parent 811307b8ce
commit f798dcc78e

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/