From a5a9b0a0192fc4a75279563b0ba6579f07db3498 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov <41117609+azhavoro@users.noreply.github.com> Date: Tue, 7 May 2019 18:09:07 +0300 Subject: [PATCH] used network: host option (workaround for (#443) https://www.traviscistatus.com/incidents/kyf149kl6bvp issue) --- Dockerfile | 2 +- docker-compose.ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f9f3e97..0e5d4d89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,7 +102,7 @@ RUN if [ "$WITH_TESTS" = "yes" ]; then \ # Install and initialize CVAT, copy all necessary files COPY cvat/requirements/ /tmp/requirements/ COPY supervisord.conf mod_wsgi.conf wait-for-it.sh manage.py ${HOME}/ -RUN pip3 install --no-cache-dir -r /tmp/requirements/${DJANGO_CONFIGURATION}.txt +RUN pip3 install --no-cache-dir -r /tmp/requirements/${DJANGO_CONFIGURATION}.txt # Install git application dependencies RUN apt-get update && \ diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml index 2af5173d..b0bcb0f3 100644 --- a/docker-compose.ci.yml +++ b/docker-compose.ci.yml @@ -5,6 +5,6 @@ services: build: args: WITH_TESTS: "yes" + network: host environment: - COVERALLS_REPO_TOKEN: - + COVERALLS_REPO_TOKEN: