Path addition at the end of the list for security reason

This commit is contained in:
Filippo Tessarotto
2018-02-27 08:39:58 +01:00
parent 7144747df8
commit 66d65e47ec
19 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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