mirror of https://github.com/dirtbags/moth.git
Move to base alpine image so I can get PIL
This commit is contained in:
parent
552c9baff1
commit
8163bc7492
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue