File tree 1 file changed +0
-8
lines changed 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ ARG INSTALL_EXTS="php-json php-mysqli php-pgsql php-bcmath \
47
47
php-process php-soap php-opcache php-xml \
48
48
php-gmp php-apcu php-zip php-redis"
49
49
50
- # This needs to be added for downloading packages
51
- RUN curl -fL -o /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem
52
- RUN update-ca-trust extract
53
-
54
50
RUN dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS $INSTALL_EXTS && \
55
51
dnf reinstall -y tzdata && \
56
52
rpm -V $INSTALL_PKGS && \
@@ -60,10 +56,6 @@ RUN dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS $INSTALL_EXTS && \
60
56
echo "Found requested extensions" && \
61
57
dnf -y clean all --enablerepo='*'
62
58
63
- # Remove the certs
64
- RUN rm /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem
65
- RUN update-ca-trust
66
-
67
59
ENV PHP_CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/php/ \
68
60
APP_DATA=${APP_ROOT}/src \
69
61
PHP_DEFAULT_INCLUDE_PATH=/usr/share/pear \
You can’t perform that action at this time.
0 commit comments