From 02cc75e58b3192891ef4047fbc28f8bfd4b145b9 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 13:56:24 +0200 Subject: [PATCH] jenkinsfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76b6356..216c401 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,10 @@ FROM ubuntu:latest RUN apt update -y && apt install -y make RUN apt install -y git -RUN apt install -y pip +RUN apt-get install -y software-properties-common +RUN apt-add-repository -y universe +RUN apt-get update +RUN apt-get install -y python-pip RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential