From 51e21fbae915f1a43e982b1e06cc7a6bcf5d5852 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 9 May 2017 11:48:56 +0100 Subject: [PATCH] fix duplicates in Dockerfile, some spacing issues --- Dockerfile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4af8c3d..524bd80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,18 +12,7 @@ ARG BUILD_DATE ARG VERSION LABEL build_version="Build-date:- ${BUILD_DATE}" -# Environment settings -ENV HOME="/config" - -# copy patches -COPY patches/ /tmp/patches/ - -# set version label -ARG BUILD_DATE -ARG VERSION -LABEL build_version="Build-date:- ${BUILD_DATE}" - -# Environment settings +# environment settings ENV HOME="/config" # copy patches @@ -62,7 +51,6 @@ RUN \ --repository http://nl.alpinelinux.org/alpine/edge/testing \ gnu-libiconv-dev && \ - # add runtime dependencies required in build stage apk add --no-cache \ bsd-compat-headers \