add in scapy

How could I forget scapy?
Also: cowsay ;)
This commit is contained in:
Neale Pickett 2020-09-18 17:08:49 -06:00
parent 4197bf7f45
commit 97921b6776
1 changed files with 3 additions and 1 deletions

View File

@ -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" ]