internal/glfw: Update Dockerfile

This commit is contained in:
Hajime Hoshi 2021-10-14 00:03:43 +09:00
parent 6f79185b2c
commit bce2e83565

View File

@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
git \
ca-certificates \
golang \
gcc-mingw-w64=8.3.0-6+21.3~deb10u1 \
gcc-mingw-w64=8.3.0-6+21.3~deb10u2 \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /work