mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Ensured all composer-related files are deleted from docker image
This commit is contained in:
parent
6433a67d52
commit
b927e44107
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ RUN rm -rf ./docker && \
|
|||
wget https://getcomposer.org/download/${COMPOSER_VERSION}/composer.phar && \
|
||||
php composer.phar install --no-dev --optimize-autoloader --no-progress --no-interaction && \
|
||||
php composer.phar clear-cache && \
|
||||
rm composer.phar
|
||||
rm composer.*
|
||||
|
||||
# Add shlink to the path to ease running it after container is created
|
||||
RUN ln -s /etc/shlink/bin/cli /usr/local/bin/shlink
|
||||
|
|
Loading…
Add table
Reference in a new issue