diff options
Diffstat (limited to 'alpine/src/main/docker/Dockerfile')
-rw-r--r-- | alpine/src/main/docker/Dockerfile | 2 |
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 |