From 6120f97bfc0dd04f2db71f68e151de8f90eb1113 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 24 Apr 2020 12:07:58 +0100 Subject: [PATCH] Update readme and dockerfile for correct node12 repos --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62c8e4e..5fa8abe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y gnupg2 \ RUN curl -sS https://dl.google.com/linux/linux_signing_key.pub | apt-key add - \ && echo 'deb http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sources.list.d/google-chrome.list \ - && apt-get -y update && apt-get -y install google-chrome-stable php-cli php-mysql php-mbstring php-xml mysql-client apt-transport-https \ + && 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 \ && rm -rf /etc/apt/sources.list.d/* \ && apt-get clean @@ -38,7 +38,7 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \ && php -r "unlink('composer-setup.php');" \ && mv composer.phar /usr/local/bin/composer -RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \ +RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \ && apt-get install -y nodejs ENV PATH="/app/node_modules/.bin:/var/www/.npm-global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" diff --git a/README.md b/README.md index c049f8e..11a3dc1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # lando-node -A NodeJS container for use with Lando. Based on the bitnami node:10-debian-9 image. +A NodeJS container for use with Lando. Based on the bitnami node:12-debian-10 image. ## Extras