jenkinsfile

This commit is contained in:
unknown 2020-04-03 13:54:29 +02:00
parent b235c88d15
commit 6dafc66197

View File

@ -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