We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5094270 commit 864e6c7Copy full SHA for 864e6c7
images/php/7.4-cli/docker-entrypoint.sh
@@ -19,6 +19,7 @@ fi
19
20
# Configure composer
21
[ ! -z "${COMPOSER_VERSION}" ] && \
22
+ composer clearcache && \
23
composer self-update $COMPOSER_VERSION
24
25
[ ! -z "${COMPOSER_GITHUB_TOKEN}" ] && \
images/php/8.0-cli/docker-entrypoint.sh
images/php/8.1-cli/docker-entrypoint.sh
0 commit comments