linter warnings

This commit is contained in:
Michael Grote 2023-11-08 15:47:01 +01:00
parent 42575ff2ae
commit bcf1c13330

View file

@ -1,8 +1,8 @@
# hadolint ignore=DL3007
FROM alpine:latest
# hadolint ignore=DL3008
RUN apk add \
# hadolint ignore=DL3018
RUN apk add --no-cache \
bash \
curl \
ca-certificates \