Dockerfile aktualisiert
Some checks failed
Create postgresql docker image / Explore-Gitea-Actions (push) Failing after 34s

This commit is contained in:
2025-10-31 14:51:58 +00:00
parent 07549cfdf5
commit ce3190d133

View File

@@ -39,7 +39,7 @@ RUN cd /tmp/bitnami/pkg/cache/ ; \
"render-template-1.0.9-158-linux-${OS_ARCH}-debian-12" \ "render-template-1.0.9-158-linux-${OS_ARCH}-debian-12" \
"php-8.4.14-2-linux-${OS_ARCH}-debian-12" \ "php-8.4.14-2-linux-${OS_ARCH}-debian-12" \
"apache-2.4.65-1-linux-${OS_ARCH}-debian-12" \ "apache-2.4.65-1-linux-${OS_ARCH}-debian-12" \
"libphp-8.4.14-2-linux-${OS_ARCH}-debian-12" \ "libphp-8.4.13-0-linux-${OS_ARCH}-debian-12" \
) ; \ ) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \ for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \