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 64eb5003cc - Show all commits

View file

@ -4,6 +4,15 @@ LABEL version="1.0" maintainer="Khaganat <contact@khaganat.net>"
USER root USER root
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
git \
git-lfs \
python \
python-openssl \
unzip \
wget \
zip \
rsync \
build-essential \ build-essential \
scons \ scons \
pkg-config \ pkg-config \