We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4548e06 commit b27c87aCopy full SHA for b27c87a
images/Dockerfile
@@ -42,7 +42,7 @@ ENV ImageOS=ubuntu22
42
RUN apt-get update -y \
43
&& apt-get install -y --no-install-recommends \
44
sudo curl wget build-essential git-all pkg-config libssl-dev \
45
- lsb-release jq clang bc \
+ lsb-release jq clang bc unzip \
46
&& rm -rf /var/lib/apt/lists/*
47
48
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
0 commit comments