Resolve "Créer une image Docker pour le client Godot" #5
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue