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 f315b4dcc1 - Show all commits

View file

@ -26,6 +26,19 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libudev-dev \
libxi-dev \
libxrandr-dev \
libc6 \
libenet7 \
libfreetype \
libgcc-s1 \
libogg0 \
libopus0 \
libpcre2-32-0 \
libpng16-16 \
libpulse0 \
libsquish0 \
libtheora0 \
libvorbis0a \
libxrender1 \
&& rm -rf /var/lib/apt/lists/*
ENV GODOT_VERSION "4.0-alfa2"
@ -40,4 +53,3 @@ RUN wget https://downloads.tuxfamily.org/godotengine/4.0/alpha2/Godot_v4.0-alpha
&& unzip Godot_v4.0-alpha2_export_templates.tpz \
&& mv templates/* ~/.local/share/godot/templates/${GODOT_VERSION}.stable \
&& rm -f Godot_v4.0-alpha2_export_templates.tpz Godot_v4.0-alpha2_linux.64.zip