Skip to content

Commit 4eaefb8

Browse files
committed
Remove ijavascript kernel
1 parent b9bd21c commit 4eaefb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ RUN export NODE_OPTIONS=--max-old-space-size=4096
104104

105105
USER root
106106

107-
RUN npm install -g --unsafe-perm ijavascript && ijsinstall --hide-undefined --install=global
107+
# Removed as the ijavascript has not been updated for more than 2 years
108+
#RUN npm install -g --unsafe-perm ijavascript && ijsinstall --hide-undefined --install=global
108109

109-
RUN npm install -g --unsafe-perm itypescript && its --ts-hide-undefined --install=global
110+
#RUN npm install -g --unsafe-perm itypescript && its --ts-hide-undefined --install=global
110111

111112
# Install Java kernel
112113
RUN wget -O /opt/ijava-kernel.zip https://github.com/SpencerPark/IJava/releases/download/v1.3.0/ijava-1.3.0.zip && \

0 commit comments

Comments
 (0)