Update Dockerfile
This commit is contained in:
parent
ebce9a61b1
commit
a95f37533b
1 changed files with 3 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 \
|
||||||
|
apt-utils \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
|
@ -12,6 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
zip \
|
zip \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
||||||
ENV GODOT_VERSION "3.3.4"
|
ENV GODOT_VERSION "3.3.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue