From de9a4da7c2357e283b847ba191e4d589570ceddb Mon Sep 17 00:00:00 2001 From: Dawid Jurkiewicz Date: Fri, 3 Apr 2020 13:37:16 +0200 Subject: [PATCH] python image --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ab8781..758ce2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ -FROM ubuntu:latest +FROM python:3 RUN apt update -y && apt install -y make RUN apt install -y git RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential -RUN apt install -y python RUN python --version RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK