mirror of https://github.com/dirtbags/moth.git
parent
4197bf7f45
commit
97921b6776
|
@ -30,8 +30,10 @@ RUN apt-get -y update && apt-get -y install \
|
|||
build-essential \
|
||||
bsdgames \
|
||||
figlet toilet \
|
||||
lua5.3 \
|
||||
python3 \
|
||||
python3-pil \
|
||||
lua5.3
|
||||
python3-scapy \
|
||||
cowsay
|
||||
COPY --from=builder /bin/* /
|
||||
CMD [ "/mothd", "-puzzles", "/puzzles" ]
|
||||
|
|
Loading…
Reference in New Issue