Added cowsay and netcat-openbsd to the debian_mini Dockerfile.

This commit is contained in:
zinobias 2023-05-17 15:21:12 +02:00 committed by Alessandro Pignotti
parent 0cc892e6e6
commit 245ac6df4f

View file

@ -6,7 +6,7 @@ RUN apt-get -y install apt-utils gcc \
fakeroot dbus base whiptail hexedit \
patch wamerican ucf manpages \
file luajit make lua50 dialog curl \
less
less cowsay netcat-openbsd
RUN useradd -m user
COPY --chown=user:user ./examples /home/user/examples
RUN chmod -R +x /home/user/examples/lua