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 81b298b21b
commit 116d73393d
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/moth.py /pp/