debug helper
Some checks failed
Build, Push and Deploy / build-and-deploy (push) Successful in 2m48s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s

This commit is contained in:
eko
2026-03-22 09:59:02 +07:00
parent 9af2cdd4fd
commit 1feb633aa9

View File

@@ -3,6 +3,7 @@ FROM php:8.2-fpm-alpine
# Install system dependencies # Install system dependencies
RUN apk add --no-cache \ RUN apk add --no-cache \
vim \ vim \
xxd \
libzip-dev \ libzip-dev \
postgresql-dev \ postgresql-dev \
libpng-dev \ libpng-dev \