WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6120f97

Browse files
author
paul
committed
Update readme and dockerfile for correct node12 repos
1 parent 1a5a74a commit 6120f97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y gnupg2 \
1212

1313
RUN curl -sS https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \
1414
&& echo 'deb http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sources.list.d/google-chrome.list \
15-
&& apt-get -y update && apt-get -y install google-chrome-stable php-cli php-mysql php-mbstring php-xml mysql-client apt-transport-https \
15+
&& apt-get -y update && apt-get -y install google-chrome-stable php-cli php-mysql php-mbstring php-xml default-mysql-client apt-transport-https \
1616
&& rm -rf /etc/apt/sources.list.d/* \
1717
&& apt-get clean
1818

@@ -38,7 +38,7 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
3838
&& php -r "unlink('composer-setup.php');" \
3939
&& mv composer.phar /usr/local/bin/composer
4040

41-
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \
41+
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
4242
&& apt-get install -y nodejs
4343

4444
ENV PATH="/app/node_modules/.bin:/var/www/.npm-global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# lando-node
2-
A NodeJS container for use with Lando. Based on the bitnami node:10-debian-9 image.
2+
A NodeJS container for use with Lando. Based on the bitnami node:12-debian-10 image.
33

44
## Extras
55

0 commit comments

Comments
 (0)