mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
Path addition at the end of the list for security reason
This commit is contained in:
@@ -36,4 +36,4 @@ RUN buildDeps=" \
|
||||
# Install Composer.
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
RUN ln -s $(composer config --global home) /root/composer
|
||||
ENV PATH /root/composer/vendor/bin:$PATH
|
||||
ENV PATH $PATH:/root/composer/vendor/bin
|
||||
|
||||
Reference in New Issue
Block a user