Skip to content
Snippets Groups Projects
Commit d103a741 authored by Valentin Groues's avatar Valentin Groues :eyes:
Browse files

Merge branch 'install-npm' into 'master'

install npm

See merge request !450
parents dd06b8ba 471b331d
No related branches found
No related tags found
1 merge request!450install npm
Pipeline #88418 failed
......@@ -131,7 +131,7 @@ build_debian:
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libsasl2-dev libssl-dev locales locales-all python3 dh-make build-essential lintian devscripts xsltproc fakeroot xsltproc docbook-xsl curl gnupg git gcc g++ make libsasl2-dev libldap2-dev libssl-dev
- curl -sL https://deb.nodesource.com/setup_14.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm
- pip install -r requirements.txt --default-timeout=180 -i https://repomanager.lcsb.uni.lu/repository/pypi-proxy/simple/ --extra-index-url https://pypi.python.org/simple/
......@@ -290,7 +290,7 @@ build_rpm:
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated libsasl2-dev libssl-dev locales locales-all python3 dh-make build-essential lintian devscripts xsltproc fakeroot xsltproc docbook-xsl curl gnupg git gcc g++ make libsasl2-dev libldap2-dev libssl-dev rpm
- curl -sL https://deb.nodesource.com/setup_14.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm
- pip install -r requirements.txt --default-timeout=180 -i https://repomanager.lcsb.uni.lu/repository/pypi-proxy/simple/ --extra-index-url https://pypi.python.org/simple/
......
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