jenkinsfile

This commit is contained in:
unknown 2020-04-03 13:57:17 +02:00
parent 02cc75e58b
commit 94d15bb4f2

View File

@ -2,7 +2,7 @@ FROM ubuntu:latest
RUN apt update -y && apt install -y make RUN apt update -y && apt install -y make
RUN apt install -y git 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-add-repository -y universe
RUN apt-get update RUN apt-get update
RUN apt-get install -y python-pip RUN apt-get install -y python-pip