Skip to content
Snippets Groups Projects
Commit 3df23f3f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

change image to python and install node manually

parent cfaa0303
No related branches found
No related tags found
1 merge request!293Fix release build
Pipeline #35702 failed
......@@ -75,7 +75,6 @@ test_create_dummy_script:
- python db_scripts/create_dummy_data.py
build_debian:
image: node
stage: build
only:
- tags
......@@ -86,7 +85,10 @@ build_debian:
- "*.deb"
script:
- 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
- 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
- curl -sL https://deb.nodesource.com/setup_14.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- pip install --use-deprecated=legacy-resolver -r requirements.txt --default-timeout=180 -i https://pypi.lcsb.uni.lu/simple/
- pip install --use-deprecated=legacy-resolver -r requirements-dev.txt --default-timeout=180 -i https://pypi.lcsb.uni.lu/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