Skip to content

Commit 0deb3e9

Browse files
committed
make Perforce optional
1 parent 9000181 commit 0deb3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN apt-get update && \
6464
# hadolint ignore=DL3008,DL3059
6565
RUN architecture=$(uname -m) && if [[ "$architecture" == "aarch64" ]]; then \
6666
echo "aarch64: do not install helix-p4d."; else \
67-
apt-get install --no-install-recommends -y helix-p4d; fi
67+
apt-get install --no-install-recommends -y helix-p4d || echo "Failed to install Perforce"; fi
6868

6969
# compile and install universal-ctags
7070
# hadolint ignore=DL3003,DL3008

0 commit comments

Comments
 (0)