Skip to content

Commit

Permalink
Merge pull request #543 from Souheil-Yazji/aaw-1855
Browse files Browse the repository at this point in the history
fix(cve): force babel/traverse installation
  • Loading branch information
Souheil-Yazji authored Oct 24, 2023
2 parents 21ce987 + a488ea6 commit b995e7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-bits/6_jupyterlab.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ RUN apt-get update --yes \
ARG NODE_OPTIONS=--openssl-legacy-provider
RUN sed -i -e 's/history/hash/' ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& sed -i -e "s/OMS_URL:.*''/OMS_URL: '.'/" ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui @babel/[email protected]\
&& npm run build --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& rm -r ${OMPP_INSTALL_DIR}/html \
&& mv ${OMPP_INSTALL_DIR}/ompp-ui/dist/spa ${OMPP_INSTALL_DIR}/html \
Expand Down
2 changes: 1 addition & 1 deletion output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ RUN apt-get update --yes \
ARG NODE_OPTIONS=--openssl-legacy-provider
RUN sed -i -e 's/history/hash/' ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& sed -i -e "s/OMS_URL:.*''/OMS_URL: '.'/" ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui @babel/[email protected]\
&& npm run build --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& rm -r ${OMPP_INSTALL_DIR}/html \
&& mv ${OMPP_INSTALL_DIR}/ompp-ui/dist/spa ${OMPP_INSTALL_DIR}/html \
Expand Down
2 changes: 1 addition & 1 deletion output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ RUN apt-get update --yes \
ARG NODE_OPTIONS=--openssl-legacy-provider
RUN sed -i -e 's/history/hash/' ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& sed -i -e "s/OMS_URL:.*''/OMS_URL: '.'/" ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui @babel/[email protected]\
&& npm run build --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& rm -r ${OMPP_INSTALL_DIR}/html \
&& mv ${OMPP_INSTALL_DIR}/ompp-ui/dist/spa ${OMPP_INSTALL_DIR}/html \
Expand Down
2 changes: 1 addition & 1 deletion output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ RUN apt-get update --yes \
ARG NODE_OPTIONS=--openssl-legacy-provider
RUN sed -i -e 's/history/hash/' ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& sed -i -e "s/OMS_URL:.*''/OMS_URL: '.'/" ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui @babel/[email protected]\
&& npm run build --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& rm -r ${OMPP_INSTALL_DIR}/html \
&& mv ${OMPP_INSTALL_DIR}/ompp-ui/dist/spa ${OMPP_INSTALL_DIR}/html \
Expand Down
2 changes: 1 addition & 1 deletion output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ RUN apt-get update --yes \
ARG NODE_OPTIONS=--openssl-legacy-provider
RUN sed -i -e 's/history/hash/' ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& sed -i -e "s/OMS_URL:.*''/OMS_URL: '.'/" ${OMPP_INSTALL_DIR}/ompp-ui/quasar.conf.js \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& npm install --prefix ${OMPP_INSTALL_DIR}/ompp-ui @babel/[email protected]\
&& npm run build --prefix ${OMPP_INSTALL_DIR}/ompp-ui \
&& rm -r ${OMPP_INSTALL_DIR}/html \
&& mv ${OMPP_INSTALL_DIR}/ompp-ui/dist/spa ${OMPP_INSTALL_DIR}/html \
Expand Down

0 comments on commit b995e7d

Please sign in to comment.