Resolve "Créer une image Docker pour le client Godot" #5

Merged
deed merged 51 commits from 2-creer-une-image-docker-pour-le-client-godot into main 2023-03-04 09:52:25 +00:00
Showing only changes of commit 4b285ec95a - Show all commits

View file

@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libvorbis0a \
libxrender1 \
libfreetype6-dev \
gcc-10 /
gcc-10 \
&& rm -rf /var/lib/apt/lists/*
ENV GODOT_VERSION "4.0-alfa2"