From 6dafc66197c4e8ccdeb83e6cf2f98382f67068cd Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Apr 2020 13:54:29 +0200 Subject: [PATCH] jenkinsfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a01735d..76b6356 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 pip +RUN apt install -y pip RUN apt install -y gcc RUN gcc --version RUN apt install -y build-essential