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