Skip to content
Snippets Groups Projects
Commit 031f97f1 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

ci

parent 7bd105bf
Branches
Tags
No related merge requests found
FROM debian:latest
RUN apt-get update && \
apt-get install docker.io tox curl python3-pip -y
apt-get install docker.io tox curl python3-pip git -y
RUN pip3 install docker-compose
COPY .docker/wait-for-it.sh /wait-for-it.sh
RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
cd caosdb-pylib && pip3 install .
COPY . /git
RUN rm -r /git/.git
WORKDIR /git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment