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
7
7
Other Packages Included:
8
8
9
9
- Node
10
- - Composer v1.9.3
10
+ - Composer v1.7.1
11
11
- libxml2-dev
12
12
- libzip-dev
13
13
- libyaml-dev
Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ LABEL evilwizardcreations.image.authors="evil.wizard95@googlemail.com" \
5
5
evilwizardcreations.image.php.version="5.6"
6
6
7
7
# 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
9
9
10
10
# Download the nodejs setup & set that it's a docker env.
11
+ # npm -v 6.4.1
12
+ # yarn -v 1.10.1
11
13
ENV NODE_ENV docker
12
14
RUN curl --silent --location https://deb.nodesource.com/setup_14.x | bash
13
15
You can’t perform that action at this time.
0 commit comments