Skip to content

Commit

Permalink
fix missing ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept committed Dec 17, 2024
1 parent ea6f88e commit a517eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ ADD --chown=www-data:www-data --chmod=755 https://github.com/composer/composer/r
/usr/local/bin/composer

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

Expand Down

0 comments on commit a517eee

Please sign in to comment.