Skip to content

Commit 70ad48c

Browse files
committed
Add json npm package to dockerfile
1 parent 17046dd commit 70ad48c

File tree

1 file changed

+4
-0
lines changed
  • writing-npm-libraries-using-typescript/docker

1 file changed

+4
-0
lines changed

writing-npm-libraries-using-typescript/docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ RUN npm install -g itypescript
2424
USER jupyter
2525
RUN its --install=local
2626

27+
# Other NPM packages
28+
USER root
29+
RUN npm install -g json
30+
2731
USER jupyter
2832
WORKDIR /home/jupyter/notebooks

0 commit comments

Comments
 (0)