From: Jeroen van der Heijden Date: Mon, 21 Sep 2020 11:59:21 +0000 (+0200) Subject: Upd Dockerfile X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~2^2~3^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f44d5afef256f0659a4993cd0c9dd51cd973a804;p=siridb-server.git Upd Dockerfile --- diff --git a/itest/Dockerfile b/itest/Dockerfile index 86f1b748..92802efa 100644 --- a/itest/Dockerfile +++ b/itest/Dockerfile @@ -30,5 +30,4 @@ COPY ./itest/ /itest/ WORKDIR /itest RUN pip install -r requirements.txt -WORKDIR /itest CMD [ "python", "run_all.py", "-m", "-b=Release" ]