Skip to content
Snippets Groups Projects
Verified Commit 00ab8f17 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: add gettext-base to dependencies

parent b6677e84
Branches
No related tags found
No related merge requests found
FROM debian:latest FROM debian:latest
RUN apt-get update && \ RUN apt-get update && \
apt-get install firefox-esr pylint3 python3-pip python3-httpbin git \ apt-get install firefox-esr gettext-base pylint3 python3-pip \
curl screen xvfb unzip -y python3-httpbin git curl screen xvfb unzip -y
RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \ RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \
cd caosdb-pylib && pip3 install . cd caosdb-pylib && pip3 install .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment