Cleaning up after sparklys cut and paste double

This commit is contained in:
tobbenb
2017-05-01 13:17:08 +02:00
parent aab4fb1b35
commit f65d09bea2

View File

@@ -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 \