Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,7 +33,7 @@ RUN yum -y install gcc-c++
# ant for iviewer, make for nodejs
RUN yum -y install ant make
RUN yum -y install openssl-devel bzip2-devel expat-devel
RUN curl -sL https://rpm.nodesource.com/setup_12.x | bash
RUN curl -sL https://rpm.nodesource.com/setup_16.x | bash
RUN yum install -y nodejs
# grunt for figure
RUN npm install -g grunt
Expand Down