update dockerfile
This commit is contained in:
parent
8e4a231089
commit
43ea474ce5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user