Skip to content

Commit

Permalink
Add 'php' binary back to builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
dantefromhell authored Dec 18, 2023
1 parent f283834 commit f8f7856
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 @@ -84,6 +84,7 @@ WORKDIR /usr/src/humhub

RUN composer config --no-plugins allow-plugins.yiisoft/yii2-composer true && \
composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader && \
ln -s /usr/bin/php81 /usr/bin/php && \
chmod +x protected/yii && \
chmod +x protected/yii.bat && \
npm install grunt && \
Expand Down

0 comments on commit f8f7856

Please sign in to comment.