We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35908c commit 35c24c3Copy full SHA for 35c24c3
1 file changed
Containerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/library/php:8.1-fpm
+FROM docker.io/library/php:8-fpm
2
RUN apt-get update && apt-get install -y \
3
libcurl4-openssl-dev \
4
libicu-dev \
@@ -40,6 +40,7 @@ RUN docker-php-ext-install \
40
pgsql \
41
gettext \
42
bcmath \
43
+ sysvsem \
44
gmp
45
RUN yes '' | pecl install imagick
46
RUN yes '' | pecl install apcu
0 commit comments