From c6f9482c320b0dbc9767d17d4fa01e91cc9cd087 Mon Sep 17 00:00:00 2001 From: L_DelOff Date: Fri, 15 Sep 2023 20:32:06 +0300 Subject: [PATCH] tz --- Dockerfile.multistage | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.multistage b/Dockerfile.multistage index 8d2194b..5d4b5e5 100644 --- a/Dockerfile.multistage +++ b/Dockerfile.multistage @@ -1,5 +1,8 @@ FROM ubuntu:latest as build_stage +ENV TZ=Europe/Moscow \ + DEBIAN_FRONTEND=noninteractive + RUN apt-get update RUN apt install -y \ git \