diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 7cbd4bf3e1f5e21f21f893345204cc26ae295dac..60c5e5fa95de1fa037d8e540da44a406abe11585 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 python3-nose -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 && \ @@ -8,4 +8,4 @@ RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \ COPY . /git RUN rm -r /git/.git && mv /git/.docker/pycaosdb.ini /git WORKDIR /git -CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- nosetests3 tests/test_misc.py +CMD /wait-for-it.sh caosdb-server:10443 -t 120 -- tox