X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fsrc%2Fmain%2Fdocker%2FDockerfile;h=56e66a8992736d2825d13bdf5898514073c49216;hb=105b7cdfec533c7b9976209af6af73e2f2508512;hp=ff9e6a69c15556372d9752c1db205e744b87e42d;hpb=b5638cdc6acfc64ab8226cbb03cba5b3ef9c8350;p=appc%2Fdeployment.git diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index ff9e6a6..56e66a8 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -21,12 +21,14 @@ # ============LICENSE_END============================================ # Base ubuntu with added packages needed for ONAP -FROM onap/ccsdk-odlsli-alpine-image:0.5.4 +FROM onap/ccsdk-odlsli-alpine-image:0.6.3 MAINTAINER APP-C Team (appc@lists.openecomp.org) # run as root to install ps to comply with karaf scripts USER root RUN apk add --no-cache procps +RUN apk add --no-cache openssh +RUN apk add --no-cache sshpass # Set the Env. Variable in the container to add the APPC CONFIG DIR (the SDNC_CONFIG_DIR is inherited from SDNC Image) ENV APPC_CONFIG_DIR /opt/onap/appc/data/properties