Skip to content

Commit

Permalink
Add npm update; Edit README.md with more information
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioanerao committed Apr 2, 2023
1 parent 606b7be commit 2fb94ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
8.2.4

#### NODE Version
16.x
16.19.1

### NPM Version
9.6.3

#### PHP Extensions
php8.2-fpm
Expand Down

0 comments on commit 2fb94ae

Please sign in to comment.