Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 31, 2024
1 parent 2cbb5f0 commit 0b3fad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bareos/molecule/default/Dockerfile_alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG image_platform
ARG image_tag
# kics-scan disable=b03a748a-542d-44f4-bb86-9199ab4fd2d5
FROM ${image_platform}:${image_tag}
# hadolint ignore=SC3014,SC2154
# kics-scan ignore-block
# hadolint ignore=SC3014,SC2154
RUN apk update; \
apk --no-cache add sudo bash dbus python3 gnupg ca-certificates openrc; \
mkdir -p /run/openrc; \
Expand Down

0 comments on commit 0b3fad1

Please sign in to comment.