From 9cfa89487cb24924f3798fec32fd2b6a0d3bd862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=81ysiak?= Date: Fri, 26 Apr 2019 13:25:15 +0200 Subject: [PATCH] metrics calculation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a68a99..3e92f48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt update -y && apt install -y make RUN apt install -y git RUN apt install -y gcc RUN apt install -y python3 -RUN apt install -y python-jenkins +RUN pip3 install python-jenkins RUN gcc --version RUN apt install -y build-essential RUN git clone https://github.com/usnistgov/SCTK.git