Resolve "Créer une image Docker pour le client Godot" #5
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libxrandr-dev \
|
libxrandr-dev \
|
||||||
libc6 \
|
libc6 \
|
||||||
libenet7 \
|
libenet7 \
|
||||||
libfreetype6 \
|
glibc \
|
||||||
libgcc-s1 \
|
libgcc-s1 \
|
||||||
libogg0 \
|
libogg0 \
|
||||||
libopus0 \
|
libopus0 \
|
||||||
|
@ -40,6 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libvorbis0a \
|
libvorbis0a \
|
||||||
libxrender1 \
|
libxrender1 \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
|
gcc-10 /
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV GODOT_VERSION "4.0-alfa2"
|
ENV GODOT_VERSION "4.0-alfa2"
|
||||||
|
|
Loading…
Reference in a new issue