Skip to content

Commit

Permalink
Update nunit file
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Jan 21, 2025
1 parent e282a1b commit 761e731
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 8/8.4/Dockerfile.nunit
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ RUN apt-get -y update && apt-get -y upgrade && ACCEPT_EULA=Y && apt-get install
&& pecl install timezonedb \
&& pecl install yaml \
&& pecl install rdkafka \
&& pecl install apfd \
&& pecl install grpc \
&& docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg \
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
&& docker-php-ext-install gd calendar gmp ldap sysvmsg pcntl bcmath tidy gettext intl pdo_mysql mysqli simplexml xml xsl xmlwriter zip opcache exif sockets imap \
#&& docker-php-ext-enable redis yaml apcu memcached timezonedb grpc rdkafka apfd
&& docker-php-ext-enable redis apcu memcached timezonedb rdkafka apfd
#&& docker-php-ext-enable redis yaml apcu memcached timezonedb grpc rdkafka yaml
&& docker-php-ext-enable redis apcu memcached timezonedb rdkafka yaml \
&& printf "log_errors = On \nerror_log = /dev/stderr\n" > /usr/local/etc/php/conf.d/php-logs.ini

# Install yq
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && \
Expand Down

0 comments on commit 761e731

Please sign in to comment.