mirror of https://github.com/dirtbags/moth.git
Get PIL in devel conatainer too
This commit is contained in:
parent
8163bc7492
commit
3714ee9191
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue