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 9000181 commit 0deb3e9Copy full SHA for 0deb3e9
Dockerfile
@@ -64,7 +64,7 @@ RUN apt-get update && \
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
+ apt-get install --no-install-recommends -y helix-p4d || echo "Failed to install Perforce"; fi
68
69
# compile and install universal-ctags
70
# hadolint ignore=DL3003,DL3008
0 commit comments