From 2af93d522fb41d3654fcd955315a746fe200a779 Mon Sep 17 00:00:00 2001 From: dylodylo Date: Fri, 10 Apr 2020 14:33:57 +0200 Subject: [PATCH] Dockerfile update --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b1ec8a1..6c63fac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ WORKDIR SCTK RUN make config && make all && make check && make install && make doc ENV PATH=$PATH:/SCTK/bin + RUN apt install -y python3