Skip to content

Commit a517eee

Browse files
committed
fix missing ARG
1 parent ea6f88e commit a517eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ADD --chown=www-data:www-data --chmod=755 https://github.com/composer/composer/r
6262
/usr/local/bin/composer
6363

6464
# Add psysh - https://github.com/bobthecow/psysh
65+
ARG PSYSH_VERSION
6566
ADD --chown=www-data:www-data --chmod=755 https://github.com/bobthecow/psysh/releases/download/${PSYSH_VERSION}/psysh-${PSYSH_VERSION}.tar.gz \
6667
/usr/local/bin/psysh
6768

0 commit comments

Comments
 (0)