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

TMSS-146: added nodejs and npm, and install npm dependency packages

parent 507e6934
No related branches found
No related tags found
1 merge request!104Resolve TMSS-146
......@@ -6,5 +6,10 @@
FROM ci_base:latest
RUN echo "Installing packages for SAS..." && \
yum -y install postgresql-devel openldap-devel readline-devel qpid-cpp-server qpid-cpp-client-devel qpid-tools libpqxx-devel java-devel qt-devel autogen boost-python36-devel && \
yum -y install postgresql-devel openldap-devel readline-devel qpid-cpp-server qpid-cpp-client-devel qpid-tools libpqxx-devel java-devel qt-devel autogen boost-python36-devel nodejs npm && \
pip3 install kombu psycopg2 requests lxml xmljson pygcn python-dateutil django djangorestframework djangorestframework-xml django-auth-ldap mysql-connector testing.mysqld testing.postgresql
RUN npm install -g npx && \
npm install -g n && \
n stable && \
npm install -g serve
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