Skip to content

Commit a3b8a64

Browse files
committed
Removing installation of CA
Signed-off-by: Jan Lipovský <jlipovsk@redhat.com>
1 parent d3ef09c commit a3b8a64

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docker/Dockerfile-base-image

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,3 @@ RUN update-alternatives --install /usr/bin/pip3 pip3 $(which pip3.12) 1
8181
# Adjust storage.conf to enable Fuse storage.
8282
RUN sed -i -e 's|^#mount_program|mount_program|g' /etc/containers/storage.conf
8383
COPY docker/libpod.conf /usr/share/containers/libpod.conf
84-
85-
RUN set -eux; \
86-
curl -fsSL "https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem" \
87-
-o /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem; \
88-
echo "e9713aed04b4ef3003edd10fc9c4f8ab875436e4a44195f0cbafcdf95e9bad2c /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem" | sha256sum -c -; \
89-
update-ca-trust

0 commit comments

Comments
 (0)