main
parent
7bd476dc7a
commit
c6f9482c32
|
@ -1,5 +1,8 @@
|
||||||
FROM ubuntu:latest as build_stage
|
FROM ubuntu:latest as build_stage
|
||||||
|
|
||||||
|
ENV TZ=Europe/Moscow \
|
||||||
|
DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt install -y \
|
RUN apt install -y \
|
||||||
git \
|
git \
|
||||||
|
|
Loading…
Reference in New Issue