We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea559f3 commit 13c1726Copy full SHA for 13c1726
Dockerfile.ubuntu
@@ -6,7 +6,7 @@ ENV KUBECTL_RELEASE=1.15.10
6
ENV AWS_BINARY_RELEASE_DATE=2020-02-22
7
ENV AWS_CLI_VERSION=2.15.57
8
9
-RUN apt-get update && \
+RUN rm /var/lib/dpkg/info/libc-bin.* && apt-get clean && apt-get update && \
10
apt-get upgrade -y && \
11
apt-get install -y \
12
openjdk-17-jre-headless \
0 commit comments