From a95f37533b80ddcc75e875d9907c15a48bbe5803 Mon Sep 17 00:00:00 2001 From: deed Date: Tue, 19 Oct 2021 09:36:39 +0000 Subject: [PATCH] Update Dockerfile --- godot/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/godot/Dockerfile b/godot/Dockerfile index f57d9a4..dadb37b 100644 --- a/godot/Dockerfile +++ b/godot/Dockerfile @@ -4,6 +4,7 @@ LABEL version="1.0" maintainer="Khaganat " USER root ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends \ + apt-utils \ ca-certificates \ git \ git-lfs \ @@ -12,6 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ unzip \ wget \ zip \ + && rm -rf /var/lib/apt/lists/* + ENV GODOT_VERSION "3.3.4"