From 6baabaa0c994ce6a0578ddb86815b8b3832f5770 Mon Sep 17 00:00:00 2001 From: Kacper Kurzeja Date: Fri, 26 Apr 2019 15:14:39 +0200 Subject: [PATCH] Docker + python --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d122bc6..f309a52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN apt update -y && apt install -y make RUN apt install -y git RUN apt install -y gcc RUN apt install -y gawk +RUN apt install -y python3 RUN gcc --version RUN apt install -y build-essential RUN git clone https://github.com/usnistgov/SCTK.git