From 260e8cf8dd652db174487b6591acda30d2764316 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Tue, 4 Feb 2025 16:17:42 +0200 Subject: [PATCH] improve packages installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cac250d..b5c27a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ USER root # Install necessary packages RUN apt-get update && \ - apt-get install -y --no-install-recommends \ + apt-get install -y \ tzdata=2024b-6ubuntu1 \ curl=8.11.1-1ubuntu1 \ bash=5.2.37-1ubuntu1 \