mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 18:41:05 +00:00
Update dev docker base image to php:8.1-fpm
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
e2857a1ffe
commit
13a3a5596c
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM php:7.4-fpm AS rootless
|
FROM php:8.1-fpm AS rootless
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG NODE_VERSION=16
|
ARG NODE_VERSION=16
|
||||||
|
@ -33,7 +33,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
git \
|
git \
|
||||||
build-essential \
|
build-essential \
|
||||||
nodejs
|
nodejs \
|
||||||
|
npm
|
||||||
RUN docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp
|
RUN docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp
|
||||||
RUN docker-php-ext-install -j "$(nproc)" \
|
RUN docker-php-ext-install -j "$(nproc)" \
|
||||||
bcmath \
|
bcmath \
|
||||||
|
|
Loading…
Reference in a new issue