mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-18 07:08:28 +00:00
Merge pull request #7141 from yguedidi/fix-docker-setup
Fix docker setup
This commit is contained in:
commit
4a8fb78c7c
1 changed files with 2 additions and 3 deletions
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue