Skip to content

Commit d768007

Browse files
committed
suppress hadolint warnings
1 parent db97e3e commit d768007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ RUN apt-get update && \
6161
unzip python3 python3-pip \
6262
python3-venv python3-setuptools openssh-client libyaml-dev
6363

64+
# hadolint ignore=DL3008,DL3059
6465
RUN architecture=$(uname -m) && if [[ "$architecture" == "aarch64" ]]; then \
6566
echo "aarch64: do not install helix-p4d."; else \
6667
apt-get install --no-install-recommends -y helix-p4d; fi

0 commit comments

Comments
 (0)