Adds ninja to firestorm container
This commit is contained in:
parent
a9ff451d9b
commit
ecb5ac17bd
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get full-upgrade -qy
|
RUN apt-get full-upgrade -qy
|
||||||
RUN apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libpulse-dev build-essential python3-pip git libssl-dev libxinerama-dev libxrandr-dev libfontconfig-dev libfreetype6-dev gcc-11 cmake openjdk-17-jre curl wget rsync
|
RUN apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libpulse-dev build-essential python3-pip git libssl-dev libxinerama-dev libxrandr-dev libfontconfig-dev libfreetype6-dev gcc-11 cmake openjdk-17-jre curl wget rsync ninja-build
|
||||||
|
|
||||||
RUN pip3 install --upgrade pip
|
RUN pip3 install --upgrade pip
|
||||||
RUN pip install llbase autobuild llsd
|
RUN pip install llbase autobuild llsd
|
||||||
|
@ -39,4 +39,4 @@ WORKDIR /
|
||||||
|
|
||||||
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
|
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
|
||||||
|
|
||||||
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "LinuxFS", "-workDir", "/builder" ]
|
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "LinuxFS", "-workDir", "/builder" ]
|
||||||
|
|
Loading…
Reference in a new issue