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 864e6c7 commit cd00c87Copy full SHA for cd00c87
images/php/8.2-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/cli/docker-entrypoint.sh
0 commit comments