Fixed docker build blocked issue by changing apt-get to apk. 28/95328/1
authoraleemraja <ar00500721@techmahindra.com>
Tue, 10 Sep 2019 10:20:22 +0000 (15:50 +0530)
committeraleemraja <ar00500721@techmahindra.com>
Tue, 10 Sep 2019 10:20:22 +0000 (15:50 +0530)
Issue-ID: DCAEGEN2-1755
Change-Id: I8509705aa254dff78aac884b89dc571ec471d588
Signed-off-by: aleemraja <ar00500721@techmahindra.com>
UniversalVesAdapter/pom.xml

index 1a5ec83..a0e120d 100644 (file)
                                        <runs>\r
                                                <run>chmod +x bin/run.sh</run>\r
                                                <run>\r
-                            <![CDATA[apt-get update && apt-get install -y curl && apt-get install -y openjdk-8-jdk  && apt-get install -y vim && apt-get clean all]]>\r
+                            <![CDATA[apk update && apk add curl && apk add --no-cache openjdk8 && apk add vim]]>\r
                                                </run>\r
                                        </runs>\r
                                        <exposes>\r