Skip to content

Commit

Permalink
Fix docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Dec 27, 2023
1 parent 3a7e597 commit 967f8fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:8.1-fpm AS rootless

ARG DEBIAN_FRONTEND=noninteractive
ARG NODE_VERSION=16
ARG NODE_VERSION=20

RUN apt-get update \
&& apt-get install -y \
Expand Down Expand Up @@ -33,8 +33,7 @@ RUN apt-get update && apt-get install -y \
zlib1g-dev \
git \
build-essential \
nodejs \
npm
nodejs
RUN docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp
RUN docker-php-ext-install -j "$(nproc)" \
bcmath \
Expand Down

0 comments on commit 967f8fa

Please sign in to comment.