mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 13:00:42 -07:00
7 lines
123 B
Text
7 lines
123 B
Text
FROM alpine
|
|
|
|
RUN apk --no-cache add python3 py3-pillow
|
|
|
|
COPY . /moth/
|
|
|
|
ENTRYPOINT ["python3", "/moth/tools/mothballer.py"]
|