Skip to content

Commit c0fa435

Browse files
author
Alessio Civitillo
committed
fixing docker build by upgrading npm and fast-json-path
1 parent b0bf11b commit c0fa435

File tree

5 files changed

+219
-58
lines changed

5 files changed

+219
-58
lines changed

docs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app/
66
# --------------
77
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
88
RUN apt-get install -yq nodejs build-essential
9-
RUN npm install -g npm@7.13.0
9+
RUN npm install -g npm@8.5.0
1010

1111
# Create Python Venv
1212
# ------------------

0 commit comments

Comments
 (0)