From 43ea474ce5d117716a079edd7b569a1b954cb5ae Mon Sep 17 00:00:00 2001 From: s452111 Date: Wed, 22 Apr 2020 17:17:38 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3028fda..4a6ecc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM ubuntu:latest -RUN apt-get update && apt-get install -y +ENV TZ=Europe/Minsk +RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y RUN apt update -y && apt install -y make RUN apt install -y git