We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3d456 commit 4680988Copy full SHA for 4680988
README.md
@@ -16,7 +16,7 @@ Other Packages Included:
16
- nodejs
17
- default-mysql-client
18
- vim
19
-- npm i npm@latest -g
+- npm i npm@6.4.1 -g
20
- yaml-1.3.0
21
22
PHP Extensions:
php-5-6-apache.Dockerfile
@@ -31,7 +31,7 @@ RUN set -ex; \
31
default-mysql-client \
32
vim; \
33
apt-get clean; \
34
- npm i npm@latest -g
+ npm i npm@6.4.1 -g
35
36
# Install some php extensions from the docker built source.
37
RUN docker-php-ext-install gettext mysqli pdo_mysql zip
0 commit comments