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 80cd450 commit 2004480Copy full SHA for 2004480
Dockerfile
@@ -43,9 +43,13 @@ FROM tomcat:10.0-jdk11
43
LABEL maintainer="https://github.com/oracle/opengrok"
44
45
# Add Perforce apt source.
46
+# hadolint ignore=DL3008,DL3009
47
RUN apt-get update && \
- apt-get install -y gnupg2
48
+ apt-get install --no-install-recommends -y gnupg2
49
+SHELL ["/bin/bash", "-o", "pipefail", "-c"]
50
+# hadolint ignore=DL3059
51
RUN curl -sS https://package.perforce.com/perforce.pubkey | gpg --dearmor > /etc/apt/trusted.gpg.d/perforce.gpg
52
53
RUN echo 'deb http://package.perforce.com/apt/ubuntu bionic release' > /etc/apt/sources.list.d/perforce.list
54
55
# install dependencies and Python tools
0 commit comments