Readd zip to be avaliable in Docker 08/118908/1 guilin
authorAlexander Mazuruk <a.mazuruk@samsung.com>
Mon, 8 Mar 2021 13:23:10 +0000 (14:23 +0100)
committerAlexander Mazuruk <a.mazuruk@samsung.com>
Mon, 8 Mar 2021 13:23:10 +0000 (14:23 +0100)
It was removed as it seemed unused, was used by the entrypoint script.

Issue-ID: CCSDK-3203
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
Change-Id: Ib6a2d77c4de0d1b407b67728a092997afd667e54

ccsdk-app-os/Dockerfile

index b29b59a..46e54de 100644 (file)
@@ -12,8 +12,8 @@ COPY target/ccsdk*.war /tmp/ccsdk-app.war
 ARG user=onap
 ARG group=onap
 
-RUN apk add --update --no-cache --virtual .setup-deps wget zip dos2unix \
- && apk add postgresql \
+RUN apk add --update --no-cache --virtual .setup-deps wget dos2unix \
+ && apk add postgresql zip \
  && wget -q http://archive.apache.org/dist/tomcat/tomcat-9/v9.0.37/bin/apache-tomcat-9.0.37.tar.gz \
  && tar -xzf apache-tomcat-9.0.37.tar.gz \
  && rm -f apache-tomcat-9.0.37.tar.gz \