Fix typo in Dockerfile

This commit is contained in:
Alejandro Celaya
2025-05-04 15:57:29 +02:00
committed by GitHub
parent 1a7a745f2e
commit b2dbc4cf52

View File

@@ -16,7 +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
# FIXME Deprecated 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 && \