From 71698b90a2c3e6e7d7159143ce6e8391546e43e4 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 13:47:54 +0200 Subject: [PATCH] jenkinsfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0970056..4cc4942 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 install -y python +RUN apt-get install python3.6 RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential