Resolve "Créer une image Docker pour le client Godot" #5
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
python \
|
python3 \
|
||||||
python-openssl \
|
python3-openssl \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
zip \
|
zip \
|
||||||
|
@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libxrandr-dev \
|
libxrandr-dev \
|
||||||
libc6 \
|
libc6 \
|
||||||
libenet7 \
|
libenet7 \
|
||||||
libfreetype \
|
libfreetype6 \
|
||||||
libgcc-s1 \
|
libgcc-s1 \
|
||||||
libogg0 \
|
libogg0 \
|
||||||
libopus0 \
|
libopus0 \
|
||||||
|
|
Loading…
Reference in a new issue