From 2b944f9de3e0de90c4e2882939f91f3923140d05 Mon Sep 17 00:00:00 2001 From: David Yu Date: Mon, 6 Feb 2023 22:13:56 +0000 Subject: [PATCH] backport of commit 4f4358ecf74d40cac73610f22c2d83ec3fc351da --- control-plane/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-plane/Dockerfile b/control-plane/Dockerfile index 3e31c92ef6..ee20f8bb61 100644 --- a/control-plane/Dockerfile +++ b/control-plane/Dockerfile @@ -89,7 +89,7 @@ LABEL name=${BIN_NAME} \ ENV BIN_NAME=${BIN_NAME} ENV VERSION=${PRODUCT_VERSION} -RUN apk add --no-cache ca-certificates gnupg libcap openssl su-exec iputils libc6-compat iptables +RUN apk add --no-cache ca-certificates libcap openssl su-exec iputils libc6-compat iptables # TARGETOS and TARGETARCH are set automatically when --platform is provided. ARG TARGETOS @@ -152,7 +152,7 @@ ARG TARGETARCH # Copy license for Red Hat certification. COPY LICENSE /licenses/mozilla.txt -RUN microdnf install -y ca-certificates gnupg libcap openssl shadow-utils iptables +RUN microdnf install -y ca-certificates libcap openssl shadow-utils iptables # Create a non-root user to run the software. On OpenShift, this # will not matter since the container is run as a random user and group