We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea53ef9 commit f623e0dCopy full SHA for f623e0d
ubuntu-base/Dockerfile
@@ -4,7 +4,7 @@ FROM $BASE_IMAGE
4
5
ARG USER=zcloud
6
7
-RUN apt-get update && apt-get install -y curl \
+RUN apt-get update && apt-get install -y curl nano unzip \
8
&& rm -rf /var/lib/apt/lists/*
9
10
# Create user group
0 commit comments