Skip to content
Snippets Groups Projects
Commit f631fa6b authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Forcing a rebuild for nodejs

parent f7ef7526
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ RUN pip3 install cython kombu lxml requests pygcn xmljson mysql-connector-python ...@@ -30,7 +30,7 @@ RUN pip3 install cython kombu lxml requests pygcn xmljson mysql-connector-python
RUN pip3 install django-material django-viewflow RUN pip3 install django-material django-viewflow
# Note: nodejs now comes with npm, do not install the npm package separately, since that will be taken from the epel repo and is conflicting. # Note: nodejs now comes with npm, do not install the npm package separately, since that will be taken from the epel repo and is conflicting.
RUN echo "Installing Nodejs packages..." && \ RUN echo "Installing Nodejs packages...." && \
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \ curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
yum install -y nodejs && \ yum install -y nodejs && \
npm -v && \ npm -v && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment