Skip to content

Commit e800647

Browse files
authored
Merge pull request #254 from ligangty/main
Remove ca update for RH-IT-Root as it is used internally
2 parents 917d083 + 32dcf26 commit e800647

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

image/2022-IT-Root-CA.pem

Lines changed: 0 additions & 37 deletions
This file was deleted.

image/Containerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ RUN useradd -d ${HOME_DIR} -u ${UID} -g 0 -m -s /bin/bash ${USER} \
4444
&& chmod -R g+rwx ${HOME_DIR} \
4545
&& chmod g+rw /etc/passwd
4646

47-
COPY --from=builder ./charon/image/2022-IT-Root-CA.pem /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem
48-
RUN update-ca-trust extract
49-
5047
COPY --from=builder ./*.whl ./
5148
RUN pip3 install --no-cache-dir --upgrade pip
5249
RUN pip3 install --no-cache-dir ./*.whl

0 commit comments

Comments
 (0)