From a740b5097646ad29e31d315449bbe8aae48125c8 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 13:50:44 +0200 Subject: [PATCH] jenkinsfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3cd6b51..27d0b98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest RUN apt update -y && apt install -y make RUN apt install -y git -RUN apt-get -y install python3.6 +RUN apt-get -y install libpython3.6-minimal python3.6-venv python3.6-minimal RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential