Skip to content

Commit 4680988

Browse files
committed
downgraded npm for matching legacy env reasons
1 parent bf3d456 commit 4680988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Other Packages Included:
1616
- nodejs
1717
- default-mysql-client
1818
- vim
19-
- npm i npm@latest -g
19+
- npm i npm@6.4.1 -g
2020
- yaml-1.3.0
2121

2222
PHP Extensions:

php-5-6-apache.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -ex; \
3131
default-mysql-client \
3232
vim; \
3333
apt-get clean; \
34-
npm i npm@latest -g
34+
npm i npm@6.4.1 -g
3535

3636
# Install some php extensions from the docker built source.
3737
RUN docker-php-ext-install gettext mysqli pdo_mysql zip

0 commit comments

Comments
 (0)