Update Dockerfile marking image-related extensions as delegated

This commit is contained in:
Alejandro Celaya
2025-05-04 15:56:44 +02:00
committed by GitHub
parent 99bc1a21dd
commit 1a7a745f2e

View File

@@ -16,6 +16,7 @@ WORKDIR /etc/shlink
# Install required PHP extensions
RUN \
# Temp install dev dependencies needed to compile the extensions
# FIXME Delegated image-related extensions. They can be removed with QR-code support
apk add --no-cache --virtual .dev-deps sqlite-dev postgresql-dev icu-dev libzip-dev zlib-dev libpng-dev linux-headers && \
docker-php-ext-install -j"$(nproc)" pdo_mysql pdo_pgsql intl calendar sockets bcmath zip gd && \
apk add --no-cache sqlite-libs && \