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