update dockerfile

This commit is contained in:
s452111 2020-04-22 17:17:38 +02:00
parent 8e4a231089
commit 43ea474ce5

View File

@ -1,5 +1,7 @@
FROM ubuntu:latest 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
RUN apt update -y && apt install -y make RUN apt update -y && apt install -y make
RUN apt install -y git RUN apt install -y git