We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1746d4d commit 2e0c366Copy full SHA for 2e0c366
docker/images/Dockerfile-php
@@ -1,7 +1,7 @@
1
-FROM muvon/php:8.3.4-fpm-centos
+FROM muvon/php:8.3.7-fpm-centos
2
LABEL maintainer="Manticore Software Co. Ltd <contact@manticoresearch.com>"
3
4
-RUN dnf update -y && dnf install -y git && dnf clean all
+RUN dnf update -y && dnf install -y git unzip && dnf clean all
5
COPY . /src
6
RUN ln -fs /src/docker/containers/php/config/php.ini /etc/php/php.ini && \
7
ln -fs /src/docker/containers/php/config/conf.d /etc/php/conf.d && \
0 commit comments