From 2fb94ae46cc56fc38293cf625d8c018101ebf6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Aner=C3=A3o?= Date: Sun, 2 Apr 2023 06:53:15 -0500 Subject: [PATCH] Add npm update; Edit README.md with more information --- Dockerfile | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3909815..7394ee9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,7 @@ RUN ln -fs /usr/share/zoneinfo/America/Rio_Branco /etc/localtime && \ curl -s https://deb.nodesource.com/setup_16.x | bash && \ apt-get update && \ apt install nodejs -y && \ + npm install -g npm && \ apt-get install -y msodbcsql18 && \ apt-get install -y unixodbc-dev && \ pecl install sqlsrv && \ diff --git a/README.md b/README.md index b8f81a1..928f6e5 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ 8.2.4 #### NODE Version - 16.x + 16.19.1 + +### NPM Version + 9.6.3 #### PHP Extensions php8.2-fpm