Add hadolint ignore for apk add and pip install
This commit is contained in:
+1
-1
@@ -4,10 +4,10 @@ ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
ARG VERSION
|
||||
|
||||
# hadolint ignore=DL3018,DL3013
|
||||
RUN apk --no-cache add --virtual build-dependencies build-base && \
|
||||
pip install --no-cache-dir troposphere && \
|
||||
apk --no-cache del build-dependencies
|
||||
|
||||
# TODO : vérifier les labels
|
||||
LABEL "maintainer"="dockerimages@cabillot.eu" \
|
||||
"org.label-schema.name"="troposphere" \
|
||||
|
||||
Reference in New Issue
Block a user