Browse Source

Merge pull request #13785 from xwang2713/HPCC-24080-add-zip-to-docker-base

HPCC-24080 add zip package to Docker base image

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 years ago
parent
commit
e140ed40f9

+ 1 - 1
dockerfiles/platform-core-debug/Dockerfile

@@ -28,7 +28,7 @@ ENV LANG en_US.UTF-8
 ENV LANGUAGE en_US:en  
 ENV LC_ALL en_US.UTF-8     
 
-RUN apt-get install -y libcap2-bin
+RUN apt-get install -y libcap2-bin zip
 RUN setcap cap_sys_ptrace+eip /usr/bin/gdb
 
 ENV PATH="/opt/HPCCSystems/bin:${PATH}"

+ 1 - 0
dockerfiles/platform-core/Dockerfile

@@ -39,6 +39,7 @@ RUN apt-get install -y \
   libapr1 \
   python \ 
   psmisc \
+  zip \
   curl
   
 RUN apt-get install -y \