Skip to content
Snippets Groups Projects
Verified Commit 41a6a57d authored by Louis's avatar Louis :fire:
Browse files

Add zip to packages

parent 212648bb
No related branches found
No related tags found
No related merge requests found
Pipeline #482 passed with stage
in 1 minute and 6 seconds
...@@ -14,7 +14,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ ...@@ -14,7 +14,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
esac \ esac \
&& set -ex \ && set -ex \
# libatomic1 for arm # libatomic1 for arm
&& apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr xz-utils libatomic1 --no-install-recommends \ && apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr xz-utils libatomic1 zip --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& for key in \ && for key in \
4ED778F539E3634C779C87C6D7062848A1AB005C \ 4ED778F539E3634C779C87C6D7062848A1AB005C \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment