adding tcp input
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-05-06 12:14:43 +02:00
parent edfc4181d2
commit 8db6ba6ce2
5 changed files with 118 additions and 16 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
FROM php:8.3-cli-alpine
RUN apk add --no-cache linux-headers curl-dev git
RUN apk add --no-cache curl-dev git linux-headers
RUN docker-php-ext-install curl pcntl sockets 2>/dev/null || \
docker-php-ext-install curl pcntl
RUN docker-php-ext-install curl pcntl sockets
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer