Update Dockerfile

This commit is contained in:
Julien Cabillot 2019-03-29 16:33:50 +00:00
parent 057febda6a
commit 4818dd9ef3

View File

@ -6,7 +6,7 @@ ARG VERSION
RUN apk --no-cache add --virtual build-dependencies build-base && \ RUN apk --no-cache add --virtual build-dependencies build-base && \
pip install --no-cache-dir troposphere && \ pip install --no-cache-dir troposphere && \
apk del build-dependencies apk --no-cache del build-dependencies
# TODO : vérifier les labels # TODO : vérifier les labels
LABEL "maintainer"="dockerimages@cabillot.eu" \ LABEL "maintainer"="dockerimages@cabillot.eu" \