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 \