mirror of
https://github.com/portable-lce/portable-lce.git
synced 2026-05-21 20:24:40 +00:00
add git to dockerfile
meson failed in docker because git was not installed now meson does build in docker and the game runs
This commit is contained in:
@@ -48,6 +48,7 @@ RUN apt-get update \
|
||||
libpthread-stubs0-dev \
|
||||
libssl-dev \
|
||||
gcc-15 g++-15 \
|
||||
git \
|
||||
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-15 100 \
|
||||
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-15 100 \
|
||||
&& apt-get autoremove -y \
|
||||
|
||||
Reference in New Issue
Block a user