Ignoring DL3015
Some checks failed
shellchecking ansible-docker.sh / build (push) Failing after 12s
hadolint Dockerfile / build (push) Successful in 6s

This commit is contained in:
L3D 2023-05-11 23:29:33 +02:00
parent baaef5a008
commit 390124ea55
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -3,7 +3,7 @@ FROM debian:stable
LABEL "maintainer"="L3D <l3d@c3woc.de>"
# hadolint ignore=DL3008,DL3013
# hadolint ignore=DL3008,DL3013,DL3015
RUN apt-get update -y && apt-get install -y \
apt-utils \
openssh-client \