mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Added more libs to install
This commit is contained in:
parent
21916a5ab7
commit
f020b2e8ed
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM ubuntu:22.04
|
|||
# install dev tools
|
||||
RUN apt update && apt install -y ninja-build cmake make clang-15 lld-15 gcc-12 g++-12 flex bison
|
||||
# install some important libraries like GL
|
||||
RUN apt install -y --no-install-recommends ncurses-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
|
||||
RUN apt install -y --no-install-recommends ncurses-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libxxf86vm-dev libxxf86dga-dev
|
||||
|
||||
WORKDIR /usr/src/openmohaa/
|
||||
#COPY CMakeLists.txt ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue