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

MAINT: removed unnecessary dependency (docker-compose)

parent 45f1887a
No related branches found
No related tags found
No related merge requests found
FROM debian:latest
RUN apt-get update && \
apt-get install tox curl python3-pip git python-autopep8 -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 .
......
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