Get PIL in devel conatainer too

This commit is contained in:
Neale Pickett 2017-09-14 15:07:04 +00:00
parent 116d73393d
commit 486349ca19
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/devel-server.py /moth/
COPY tools/moth.py /moth/