Implement a basic generic compiler for linux
This commit is contained in:
parent
c83b18db64
commit
118ec59e67
6 changed files with 16 additions and 15 deletions
|
@ -2,7 +2,7 @@ FROM ubuntu:jammy
|
|||
|
||||
RUN apt-get update
|
||||
RUN apt-get full-upgrade -qy
|
||||
RUN apt-get install 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
|
||||
RUN apt-get install 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
|
||||
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip install llbase autobuild llsd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue