Skip to content

Commit

Permalink
👕 Ignore shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 29, 2020
1 parent d589012 commit ef992ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY bin/yq_${BUILD_ARCH} /usr/bin/yq
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Setup base
# hadolint ignore=DL3003
# hadolint ignore=DL3003,SC2155
RUN \
apk add --no-cache --virtual .build-dependencies \
gnupg=2.2.23-r0 \
Expand Down

0 comments on commit ef992ac

Please sign in to comment.