Skip to content

Commit 2d51514

Browse files
committed
fixed Dockerfile
1 parent f2dc39f commit 2d51514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN wget https://www.sqlite.org/2025/sqlite-autoconf-3490100.tar.gz && \
2525

2626
# Rebuild PHP extensions
2727
RUN docker-php-ext-configure gd --with-jpeg --with-webp && \
28-
docker-php-ext-install pdo pdo_sqlite gd \
28+
docker-php-ext-install pdo pdo_sqlite gd
2929

3030
# Copy application files
3131
COPY web/ web/

0 commit comments

Comments
 (0)