diff --git a/Dockerfile b/Dockerfile index 91bcd98..8de8f7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ && apt-get update \ && apt-get install -y php7.4 php7.4-apcu php7.4-apcu-bc php7.4-bcmath php7.4-bz2 php7.4-cli php7.4-common php7.4-curl php7.4-fpm php7.4-gd php7.4-gmp php7.4-http php7.4-igbinary php7.4-imagick php7.4-imap php7.4-intl php7.4-json php7.4-mailparse php7.4-mbstring php7.4-memcached php7.4-mongodb php7.4-msgpack php7.4-mysql php7.4-opcache php7.4-pgsql php7.4-propro php7.4-raphf php7.4-readline php7.4-redis php7.4-soap php7.4-sqlite3 php7.4-ssh2 php7.4-xdebug php7.4-xml php7.4-xmlrpc php7.4-yaml php7.4-zip \ && apt-get install -y libapache2-mod-php8.0 php8.0-apcu php8.0-bcmath php8.0-bz2 php8.0-cli php8.0-common php8.0-curl php8.0-fpm php8.0-gd php8.0-gmp php8.0-igbinary php8.0-imagick php8.0-imap php8.0-intl php8.0-mailparse php8.0-mbstring php8.0-memcached php8.0-mongodb php8.0-msgpack php8.0-mysql php8.0-opcache php8.0-pgsql php8.0-raphf php8.0-readline php8.0-redis php8.0-soap php8.0-sqlite3 php8.0-tidy php8.0-uuid php8.0-xdebug php8.0-xml php8.0-xsl php8.0-yaml php8.0-zip \ - && curl -fsSL https://deb.nodesource.com/setup_12.x | bash - \ + && curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \ && apt-get install -y nodejs \ && npm install --global yarn \ && npm install --global webpack webpack-cli \ diff --git a/README.md b/README.md index c3a41d4..2bd374f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ $ docker pull deblan/devenv * PHP 7.4 and 8.0 * [Composer](https://getcomposer.org/download/) runnable with PHP 7.4 and PHP 8.0 * [Magallanes](https://www.magephp.com/) -* NodeJS 12 with NPM, yarn and webpack +* NodeJS 16 with NPM, yarn and webpack * PIP (python3) * build-*essential * SSH and rsync