From 94d15bb4f2b03c4ba60805b61f709a8ae5a7651b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 13:57:17 +0200 Subject: [PATCH] jenkinsfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 216c401..293b293 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 -y software-properties-common +RUN apt install -y software-properties-common RUN apt-add-repository -y universe RUN apt-get update RUN apt-get install -y python-pip