Skip to content

Commit

Permalink
Remove redundant packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bap14 committed Jun 11, 2024
1 parent b964bc5 commit 23cec57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php-fpm/orocommerce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG ENV_SOURCE_IMAGE
ARG PHP_VERSION

FROM ${ENV_SOURCE_IMAGE}:${PHP_VERSION}
ARG PHP_EXTENSIONS="pcntl pgsql pdo_pgsql imap tidy ldap pecl-mongodb"
ARG PHP_EXTENSIONS="pcntl imap tidy ldap pecl-mongodb"

USER root

Expand All @@ -27,4 +27,4 @@ COPY etc/supervisord.d/* /etc/supervisord.d/
# Inject the oro customization before starting PHP-FPM
RUN sed -i '/^exec "\$@"/i oro-init\n' /usr/local/bin/docker-entrypoint

USER www-data
USER www-data

0 comments on commit 23cec57

Please sign in to comment.