diff options
Diffstat (limited to 'alpine/src/main')
-rw-r--r-- | alpine/src/main/docker/Dockerfile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/alpine/src/main/docker/Dockerfile b/alpine/src/main/docker/Dockerfile deleted file mode 100644 index 2e29c4db..00000000 --- a/alpine/src/main/docker/Dockerfile +++ /dev/null @@ -1,14 +0,0 @@ -# Base alpine with added packages needed for open ecomp -FROM alpine:3.8 -MAINTAINER CCSDK Team (onap-ccsdk@lists.onap.org) - -ARG HTTP_PROXY -ARG HTTPS_PROXY - -ENV HTTP_PROXY ${HTTP_PROXY} -ENV http_proxy ${HTTP_PROXY} -ENV HTTPS_PROXY ${HTTPS_PROXY} -ENV https_proxy ${HTTPS_PROXY} - -# Add tools needed for OpenDaylight -RUN apk update && apk --no-cache add bash git openjdk8 maven mysql-client nodejs python3 graphviz unzip rsync nss |