jenkinsfile
This commit is contained in:
parent
a740b50976
commit
b235c88d15
@ -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 libpython3.6-minimal python3.6-venv python3.6-minimal
|
||||
RUN apt-get -y install pip
|
||||
RUN apt install -y gcc
|
||||
RUN gcc --version
|
||||
RUN apt install -y build-essential
|
||||
|
Loading…
Reference in New Issue
Block a user