Move to base alpine image so I can get PIL

This commit is contained in:
Neale Pickett 2017-09-14 15:06:07 +00:00
parent 552c9baff1
commit 8163bc7492
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
FROM python:3-alpine FROM alpine
RUN apk --no-cache add python3 py3-pillow
COPY tools/package-puzzles.py /pp/ COPY tools/package-puzzles.py /pp/
COPY tools/moth.py /pp/ COPY tools/moth.py /pp/