Support for docker-compose in heat environment
[so.git] / packages / docker / src / main / docker / docker-files / Dockerfile.ubuntu-16.04-update
diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update b/packages/docker/src/main/docker/docker-files/Dockerfile.ubuntu-16.04-update
deleted file mode 100644 (file)
index 8ed7107..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-FROM ubuntu:16.04
-
-### File Author / Maintainer
-MAINTAINER "The ONAP Team"
-LABEL Description="This image contains an updated version of ubuntu 16.04" Version="1.0"
-
-ARG http_proxy
-ARG https_proxy
-ARG chef_repo_branch_name
-ARG chef_repo_address
-ARG chef_repo_git_name
-ARG chef_repo_git_username
-ENV HTTP_PROXY=$http_proxy
-ENV HTTPS_PROXY=$https_proxy
-ENV http_proxy=$HTTP_PROXY
-ENV https_proxy=$HTTPS_PROXY
-
-### update first the image to fix potential security issues 
-RUN apt-get update
-RUN apt-get -y dist-upgrade
-
-