Skip to content

Commit

Permalink
chore: added pcntl extension to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePushMaker committed Dec 31, 2024
1 parent c327d67 commit 5359c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ RUN apk add --update --no-cache \
--with-webp \
--with-xpm && \
docker-php-ext-install -j$(nproc) gd && \
docker-php-ext-install -j$(nproc) mbstring xml curl zip bcmath soap intl && \
docker-php-ext-install -j$(nproc) mbstring xml curl zip bcmath soap intl pcntl && \
apk del autoconf gcc g++ make

# Instalamos Composer
RUN curl -sS https://getcomposer.org/installer | php -- \
--install-dir=/usr/local/bin --filename=composer

# Copiamos Roadrunner desde su imágen oficiales
# Copiamos Roadrunner desde su imagen oficial
COPY --from=spiralscout/roadrunner:2.4.2 /usr/bin/rr /usr/bin/rr

# Configuramos el directorio de trabajo
Expand Down

0 comments on commit 5359c65

Please sign in to comment.