fix docker

This commit is contained in:
2026-05-06 11:32:21 +02:00
parent 39ee31debb
commit 5a66723b5e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
FROM php:8.3-fpm-alpine
RUN docker-php-ext-install pcntl sockets
RUN apk add --no-cache linux-headers=~6.7 \
&& docker-php-ext-install pcntl sockets
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
+1 -1
View File
@@ -1,6 +1,6 @@
FROM php:8.3-cli-alpine
RUN apk add --no-cache linux-headers git
RUN apk add --no-cache linux-headers=~6.7 git
RUN docker-php-ext-install pcntl sockets