Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nabad600 authored Jun 2, 2024
1 parent b3f48de commit 7427d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN sed -i "s#{SERVER_ROOT}#$SERVER_ROOT#g" /etc/apache2/httpd.conf
COPY php_ini/php.ini /etc/php83/
WORKDIR /var/www
RUN apk add curl nodejs npm
RUN ln -s /usr/bin/php83 /usr/bin/php
#RUN ln -s /usr/bin/php83 /usr/bin/php
RUN ln -s /etc/php83 /etc/php
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main/" >> /etc/apk/repositories
RUN apk add --no-cache php83-pecl-mongodb
Expand Down

0 comments on commit 7427d81

Please sign in to comment.