We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4572a0a commit 18b1846Copy full SHA for 18b1846
Dockerfile.ubuntu
@@ -1,6 +1,6 @@
1
FROM ubuntu:jammy
2
LABEL maintainer="[email protected]"
3
-RUN apt-get update && apt-get -y install curl openjdk-17-jre-headless wget
+RUN rm /var/lib/dpkg/info/libc-bin.* && apt-get clean && apt-get update && apt-get -y install curl openjdk-17-jre-headless wget
4
RUN adduser --system --uid 10111 --group spinnaker
5
COPY orca-web/build/install/orca /opt/orca
6
RUN mkdir -p /opt/orca/plugins && chown -R spinnaker:nogroup /opt/orca/plugins
0 commit comments