Skip to content

Commit

Permalink
add php binary link
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Dec 18, 2023
1 parent 0bdfe9b commit e94a3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN mkdir -p /var/www/html
WORKDIR /var/www/html
COPY --chown=nobody . /var/www/html/

RUN ln -s /usr/bin/php81 /usr/bin/php
RUN wget https://getcomposer.org/composer-stable.phar -O /usr/local/bin/composer && chmod +x /usr/local/bin/composer
RUN /usr/local/bin/composer install

Expand Down

0 comments on commit e94a3a4

Please sign in to comment.