We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 917d083 + 32dcf26 commit e800647Copy full SHA for e800647
image/2022-IT-Root-CA.pem
image/Containerfile
@@ -44,9 +44,6 @@ RUN useradd -d ${HOME_DIR} -u ${UID} -g 0 -m -s /bin/bash ${USER} \
44
&& chmod -R g+rwx ${HOME_DIR} \
45
&& chmod g+rw /etc/passwd
46
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
-
50
COPY --from=builder ./*.whl ./
51
RUN pip3 install --no-cache-dir --upgrade pip
52
RUN pip3 install --no-cache-dir ./*.whl
0 commit comments