浏览代码

Added cowsay and netcat-openbsd to the debian_mini Dockerfile.

zinobias 2 年之前
父节点
当前提交
245ac6df4f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dockerfiles/debian_mini

+ 1 - 1
dockerfiles/debian_mini

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