diff --git a/.docker/Dockerfile b/.docker/Dockerfile index f8b29b0952aaf39e60b5b5ccec4b31cd3421685d..12c74bc79fbddc25af94ae0d04298f530789d63a 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 nosetests -y + apt-get install docker.io tox curl python3-pip git python-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 && \