Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions 8.3/Dockerfile.rhel10
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ ARG INSTALL_EXTS="php-json php-mysqli php-pgsql php-bcmath \
php-process php-soap php-opcache php-xml \
php-gmp php-apcu php-zip php-redis"

# This needs to be added for downloading packages
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
RUN update-ca-trust extract

RUN dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS $INSTALL_EXTS && \
dnf reinstall -y tzdata && \
rpm -V $INSTALL_PKGS && \
Expand All @@ -60,10 +56,6 @@ RUN dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS $INSTALL_EXTS && \
echo "Found requested extensions" && \
dnf -y clean all --enablerepo='*'

# Remove the certs
RUN rm /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem
RUN update-ca-trust

ENV PHP_CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/php/ \
APP_DATA=${APP_ROOT}/src \
PHP_DEFAULT_INCLUDE_PATH=/usr/share/pear \
Expand Down