Resolve "Créer une image Docker pour le client Godot" #5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ 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 \
|
||||||
|
build-essential \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
|
|
Loading…
Reference in a new issue