From 23b80582640f8291bcf1573c90830deaa2a1cc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=81ysiak?= Date: Fri, 26 Apr 2019 12:32:38 +0200 Subject: [PATCH] metrics calculation --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9b6b59c..bfb713d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM ubuntu:latest RUN apt update -y && apt install -y make RUN apt install -y git RUN apt install -y gcc +RUN apt install -y python3 RUN gcc --version RUN apt install -y build-essential RUN git clone https://github.com/usnistgov/SCTK.git