X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=ansible-server%2Fsrc%2Fmain%2Fdocker%2FDockerfile;h=fd2037c2685c1a1a0928f1523d68778b55e65479;hp=68adaeb08a71d95d0b8ec1910df68f55633673ef;hb=2041397b3c95396e5c1ee04c21daacc4ccf3fa08;hpb=6091574624425966723f22abdb083ad99844f2f4 diff --git a/ansible-server/src/main/docker/Dockerfile b/ansible-server/src/main/docker/Dockerfile index 68adaeb0..fd2037c2 100644 --- a/ansible-server/src/main/docker/Dockerfile +++ b/ansible-server/src/main/docker/Dockerfile @@ -1,21 +1,16 @@ # Base ubuntu with added packages needed for open ecomp -FROM onap/ccsdk-ubuntu-image:${ccsdk.distribution.version} +FROM onap/ccsdk-alpine-image:${ccsdk.distribution.version} LABEL maintainer="SDN-C Team (sdnc@lists.openecomp.org)" #ENV http_proxy=http://anonymous:password@one.proxy.att.com:8080 #ENV https_proxy=http://anonymous:password@one.proxy.att.com:8080 -##Vim -RUN apt-get update -RUN apt-get -y install apt-file -RUN apt-file update -RUN apt-get -y install vim - -##Python: -RUN apt-get -y install python2.7 -RUN apt-get -y install python-pip - +## add more pkgs +RUN apk update +RUN apk add vim +RUN apk add curl +RUN apk add ansible # copy files needed