diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 12c74bc79fbddc25af94ae0d04298f530789d63a..1f0f4e9c120bb7b2a696c4144ebdb19e9662a948 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,6 +1,6 @@ FROM debian:latest RUN apt-get update && \ - apt-get install docker.io tox curl python3-pip git python-nose -y + apt-get install docker.io tox curl python3-pip git python3-nose -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 && \