fix: add DL3009 to hadolint ignore comments
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM ubuntu:18.04
|
||||
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
||||
|
||||
# hadolint ignore=DL3008,SC3009,SC2086
|
||||
# hadolint ignore=DL3008,SC3009,SC2086,DL3009
|
||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
export RUNTIME_PACKAGES=sslscan && \
|
||||
apt-get -qq update && \
|
||||
|
||||
Reference in New Issue
Block a user