Skip to content

Commit 2e0c366

Browse files
committed
Install unzip for composer and update PHP version to 8.3.7
1 parent 1746d4d commit 2e0c366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/images/Dockerfile-php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM muvon/php:8.3.4-fpm-centos
1+
FROM muvon/php:8.3.7-fpm-centos
22
LABEL maintainer="Manticore Software Co. Ltd <contact@manticoresearch.com>"
33

4-
RUN dnf update -y && dnf install -y git && dnf clean all
4+
RUN dnf update -y && dnf install -y git unzip && dnf clean all
55
COPY . /src
66
RUN ln -fs /src/docker/containers/php/config/php.ini /etc/php/php.ini && \
77
ln -fs /src/docker/containers/php/config/conf.d /etc/php/conf.d && \

0 commit comments

Comments
 (0)