Skip to content
Snippets Groups Projects
Commit ec53a27e authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-debian11-in-pipeline' into 'dev'

ENH: Use debian 11 in pipeline

See merge request !74
parents 585bda54 adde9517
No related branches found
No related tags found
2 merge requests!77REL: prepare release 0.8.0,!74ENH: Use debian 11 in pipeline
Pipeline #24493 passed
FROM debian:10
FROM debian:11
ADD node_gpg.asc /etc/apt/
RUN apt-get update \
&& apt-get install -y gnupg ca-certificates\
&& apt-key add /etc/apt/node_gpg.asc \
&& echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list \
&& echo "deb https://deb.nodesource.com/node_14.x buster main" >> /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y \
firefox-esr gettext-base python3-pip \
python3-httpbin git curl x11-apps xvfb unzip \
libhdf5-dev \
pkgconf \
nodejs # Don't install `npm` (Debian), it conflicts with the `nodejs` (Node) package \
nodejs npm \
&& apt-get install -f
RUN pip3 install pylint pytest
......@@ -19,6 +17,6 @@ RUN pip3 install caosdb>=0.7.4
RUN pip3 install pandas
RUN pip3 install git+https://gitlab.com/caosdb/caosdb-advanced-user-tools.git@dev
# For automatic documentation
#RUN npm install -g jsdoc
#RUN npm install -g jsdoc-sphinx
# RUN npm install -g jsdoc
# RUN npm install -g jsdoc-sphinx
RUN pip3 install sphinx-js sphinx-autoapi recommonmark sphinx-rtd-theme
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