diff --git a/.github/Dockerfile b/.github/Dockerfile index f33a57a..f8cd6c5 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -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/*;