diff --git a/docker/centos7-build b/docker/centos7-build index 788d4d1b5..49233b49e 100644 --- a/docker/centos7-build +++ b/docker/centos7-build @@ -46,7 +46,7 @@ WORKDIR /workspace/antares-xpansion RUN pip3 install --upgrade pip && \ pip3 install wheel && \ - pip3 install -r requirements-tests.txt && + pip3 install -r requirements-tests.txt # Accept build arguments for ccache ARG CCACHE_DIR