Skip to content
Snippets Groups Projects
Commit 031c4c3b authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

PIPELINE: Add zip and tar to Docker image

parent 450e14e9
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!53Add vcpkg support
Checking pipeline status
......@@ -7,7 +7,8 @@ RUN apt-get install -y doxygen graphviz
RUN apt-get install -y clang-format-11 clang-tidy-11
RUN apt-get install -y python3-pip
RUN apt-get install -y git
RUN apt-get install -y curl
RUN apt-get install -y curl zip unzip tar
RUN apt-get install -y openjdk-11-jdk-headless
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment