We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dc39f commit 2d51514Copy full SHA for 2d51514
docker/Dockerfile
@@ -25,7 +25,7 @@ RUN wget https://www.sqlite.org/2025/sqlite-autoconf-3490100.tar.gz && \
25
26
# Rebuild PHP extensions
27
RUN docker-php-ext-configure gd --with-jpeg --with-webp && \
28
- docker-php-ext-install pdo pdo_sqlite gd \
+ docker-php-ext-install pdo pdo_sqlite gd
29
30
# Copy application files
31
COPY web/ web/
0 commit comments