1
0
Fork 0

added zip to agent

This commit is contained in:
Christian Kühnel 2019-10-07 09:39:25 +02:00
parent 511a828ca2
commit 5023373403

View file

@ -5,7 +5,7 @@ RUN apt-get update ;\
apt-get install -y --no-install-recommends \
cmake ninja-build git ca-certificates clang-8 lld-8 ccache python python3 build-essential \
clang-tidy-8 clang-format-8 \
python-psutil arcanist \
python-psutil arcanist zip \
openjdk-11-jdk \
openssh-server ;\
apt-get clean