Implement a basic generic compiler for linux

This commit is contained in:
zontreck 2024-07-07 01:24:23 -07:00
parent c83b18db64
commit 118ec59e67
6 changed files with 16 additions and 15 deletions

View file

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