Skip to content

Commit b27c87a

Browse files
committed
unzip
1 parent 4548e06 commit b27c87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ENV ImageOS=ubuntu22
4242
RUN apt-get update -y \
4343
&& apt-get install -y --no-install-recommends \
4444
sudo curl wget build-essential git-all pkg-config libssl-dev \
45-
lsb-release jq clang bc \
45+
lsb-release jq clang bc unzip \
4646
&& rm -rf /var/lib/apt/lists/*
4747

4848
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \

0 commit comments

Comments
 (0)