jenkinsfile
This commit is contained in:
parent
6dafc66197
commit
02cc75e58b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user