File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11FROM kooldev/php:7.4
22
33# make Composer global vendor/bin available through PATH
4- RUN echo "export PATH=/root/.composer/vendor/bin:\$ PATH" > /etc/profile.d/composer.sh
5- RUN echo "export PATH=/phars:\$ PATH" > /etc/profile.d/phars.sh
4+ RUN echo "export PATH=\$ PATH:\/ root\/ .composer\/ vendor\/ bin:\/ phars/" | tee -a /etc/profile
65
76# install dependencies (ast)
87RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
Original file line number Diff line number Diff line change 11FROM kooldev/php:8.0
22
33# make Composer global vendor/bin available through PATH
4- RUN echo "export PATH=/root/.composer/vendor/bin:\$ PATH" > /etc/profile.d/composer.sh
5- RUN echo "export PATH=/phars:\$ PATH" > /etc/profile.d/phars.sh
4+ RUN echo "export PATH=\$ PATH:\/ root\/ .composer\/ vendor\/ bin:\/ phars/" | tee -a /etc/profile
65
76# install dependencies (ast)
87RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
Original file line number Diff line number Diff line change 11FROM {{ $from } }
22
33# make Composer global vendor/bin available through PATH
4- RUN echo "export PATH=/root/.composer/vendor/bin:\$PATH" > /etc/profile.d/composer.sh
5- RUN echo "export PATH=/phars:\$PATH" > /etc/profile.d/phars.sh
4+ RUN echo "export PATH=\$PATH:\/root\/.composer\/vendor\/bin:\/phars/" | tee -a /etc/profile
65
76# install dependencies (ast)
87RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
You can’t perform that action at this time.
0 commit comments