File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ An older version of ***PHP*** that some older codebase sites would require as an
77Other Packages Included:
88
99- Node
10- - Composer v1.9.3
10+ - Composer v1.7.1
1111- libxml2-dev
1212- libzip-dev
1313- libyaml-dev
Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ LABEL evilwizardcreations.image.authors="evil.wizard95@googlemail.com" \
55 evilwizardcreations.image.php.version="5.6"
66
77# copy the specific Composer PHAR version from the Composer image into the PHP image
8- COPY --from=composer:1.9.3 /usr/bin/composer /usr/bin/composer
8+ COPY --from=composer:1.7.1 /usr/bin/composer /usr/bin/composer
99
1010# Download the nodejs setup & set that it's a docker env.
11+ # npm -v 6.4.1
12+ # yarn -v 1.10.1
1113ENV NODE_ENV docker
1214RUN curl --silent --location https://deb.nodesource.com/setup_14.x | bash
1315
You can’t perform that action at this time.
0 commit comments