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 61a6815 commit c7470d8
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,7 +2,7 @@ ARG image_platform
ARG image_tag

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 c7470d8

Please sign in to comment.