summaryrefslogtreecommitdiffstats
path: root/alpine
diff options
context:
space:
mode:
authorMatej Klotton <matej.klotton@pantheon.tech>2019-06-28 17:33:36 +0200
committerMatej Klotton <matej.klotton@pantheon.tech>2019-07-01 13:13:51 +0200
commitc6f21bed9c8144d5195232d28dfd1d1f9f1373e6 (patch)
treefb67ff910b50bd28ff81e2ab153b9383d0bf3401 /alpine
parent85f914068748d4446b64893b06f7a3abe6cddd6d (diff)
Reduce CCSDK docker images size
onap/ccsdk-odl-fluorine-alpine-image from 768MB to 526MB onap/ccsdk-odlsli-alpine-image from 1.36GB to 666MB Signed-off-by: Matej Klotton <matej.klotton@pantheon.tech> Change-Id: I80dca08539ea91622ccb00edbe675a0b3203a183
Diffstat (limited to 'alpine')
-rw-r--r--alpine/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/src/main/docker/Dockerfile b/alpine/src/main/docker/Dockerfile
index 185fab43..6cbceaf4 100644
--- a/alpine/src/main/docker/Dockerfile
+++ b/alpine/src/main/docker/Dockerfile
@@ -11,4 +11,4 @@ ENV HTTPS_PROXY ${HTTPS_PROXY}
ENV https_proxy ${HTTPS_PROXY}
# Add tools needed for OpenDaylight
-RUN apk update && apk add bash git openjdk8 maven mysql-client nodejs py-pip graphviz unzip rsync nss
+RUN apk update && apk --no-cache add bash git openjdk8 maven mysql-client nodejs py-pip graphviz unzip rsync nss