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 ea6f88e commit a517eeeCopy full SHA for a517eee
Dockerfile
@@ -62,6 +62,7 @@ ADD --chown=www-data:www-data --chmod=755 https://github.com/composer/composer/r
62
/usr/local/bin/composer
63
64
# Add psysh - https://github.com/bobthecow/psysh
65
+ARG PSYSH_VERSION
66
ADD --chown=www-data:www-data --chmod=755 https://github.com/bobthecow/psysh/releases/download/${PSYSH_VERSION}/psysh-${PSYSH_VERSION}.tar.gz \
67
/usr/local/bin/psysh
68
0 commit comments