File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,10 @@ RUN export NODE_OPTIONS=--max-old-space-size=4096
104
104
105
105
USER root
106
106
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
108
109
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
110
111
111
112
# Install Java kernel
112
113
RUN wget -O /opt/ijava-kernel.zip https://github.com/SpencerPark/IJava/releases/download/v1.3.0/ijava-1.3.0.zip && \
You can’t perform that action at this time.
0 commit comments