Skip to content

Commit 96047a0

Browse files
committed
Try to fix package installations
1 parent 0418440 commit 96047a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get -qq install nginx-core -y
1717
RUN apt-get -qq install php8.2 php8.2-fpm php8.2-common php8.2-apcu \
1818
php8.2-gd php8.2-pgsql php8.2-pdo-mysql php8.2-xml php8.2-opcache \
1919
php8.2-mbstring php8.2-intl php8.2-xml php8.2-curl php8.2-tokenizer \
20-
php8.2-json php8.2-zip -y
20+
php-json php8.2-zip -y
2121
RUN apt-get -qq install mysql-client rsync tzdata -y
2222
RUN apt-get -qq install supervisor -y
2323
RUN rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

0 commit comments

Comments
 (0)