Resolve "Créer une image Docker pour le client Godot" #5
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,15 @@ LABEL version="1.0" maintainer="Khaganat <contact@khaganat.net>"
|
|||
USER root
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
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 \
|
||||
scons \
|
||||
pkg-config \
|
||||
|
|
Loading…
Reference in a new issue