From f798dcc78e0006ed058fdadb6830d017e6effafc Mon Sep 17 00:00:00 2001 From: John Donaldson Date: Tue, 11 Sep 2018 16:54:48 -0500 Subject: [PATCH] Adding dependencies to build some python modules Pinning Alpine version --- Dockerfile.moth-devel | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Dockerfile.moth-devel b/Dockerfile.moth-devel index 8058a5b..34e16d8 100644 --- a/Dockerfile.moth-devel +++ b/Dockerfile.moth-devel @@ -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/