Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored Sep 3, 2024
1 parent f40c15f commit acad1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:8.3

# Add composer
COPY --from=composer:2.7.7 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.7.8 /usr/bin/composer /usr/bin/composer

# Add NodeJS
RUN apt-get update && apt-get install -y nodejs npm
Expand All @@ -15,7 +15,7 @@ RUN curl -sSLf \
https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions
RUN chmod +x /usr/local/bin/install-php-extensions

RUN install-php-extensions amqp intl redis gd zip bcmath
RUN install-php-extensions amqp intl redis gd zip bcmath xsl

# Install local-php-security-checker (same as used by "symfony security:check")
RUN curl -sSLf \
Expand Down

0 comments on commit acad1ab

Please sign in to comment.