Skip to content

Commit

Permalink
Ignore "Dockerfile.base:14 SC2015 info: Note that A && B || C is not …
Browse files Browse the repository at this point in the history
…if-then-else. C may run when A is true."
  • Loading branch information
myoung34 committed Jun 16, 2023
1 parent 19fbe50 commit 3849a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV LANGUAGE=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND=noninteractive
# hadolint ignore=SC2086,DL3015,DL3008,DL3013
# hadolint ignore=SC2086,DL3015,DL3008,DL3013,SC2015
RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen \
&& apt-get update \
&& apt-get install -y --no-install-recommends gnupg \
Expand Down

0 comments on commit 3849a3b

Please sign in to comment.