We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db97e3e commit d768007Copy full SHA for d768007
Dockerfile
@@ -61,6 +61,7 @@ RUN apt-get update && \
61
unzip python3 python3-pip \
62
python3-venv python3-setuptools openssh-client libyaml-dev
63
64
+# hadolint ignore=DL3008,DL3059
65
RUN architecture=$(uname -m) && if [[ "$architecture" == "aarch64" ]]; then \
66
echo "aarch64: do not install helix-p4d."; else \
67
apt-get install --no-install-recommends -y helix-p4d; fi
0 commit comments