Skip to content

Commit f623e0d

Browse files
committed
Include unzip and nano on Ubuntu base image
1 parent ea53ef9 commit f623e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu-base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM $BASE_IMAGE
44

55
ARG USER=zcloud
66

7-
RUN apt-get update && apt-get install -y curl \
7+
RUN apt-get update && apt-get install -y curl nano unzip \
88
&& rm -rf /var/lib/apt/lists/*
99

1010
# Create user group

0 commit comments

Comments
 (0)