From f65d09bea20eef1c38b45b1d8f56633ea545d6de Mon Sep 17 00:00:00 2001 From: tobbenb Date: Mon, 1 May 2017 13:17:08 +0200 Subject: [PATCH] Cleaning up after sparklys cut and paste double --- Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ef150c..be68d4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,17 +19,6 @@ 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 -ENV HOME="/config" - -# copy patches -COPY patches/ /tmp/patches/ - # install build packages RUN \ apk add --no-cache --virtual=build-dependencies \