mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-16 22:45:46 +01:00
fix: add libglfw3 to the dockerfile so testing occurs correctly.
This commit is contained in:
1
.github/Dockerfile
vendored
1
.github/Dockerfile
vendored
@@ -19,6 +19,7 @@ RUN apt update && apt install -y --no-install-recommends \
|
||||
gcc gcc-multilib g++ mingw-w64 \
|
||||
libc6-dev \
|
||||
libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev \
|
||||
libglfw3 \
|
||||
nodejs \
|
||||
&& rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user