L_DelOff 2023-09-15 20:32:06 +03:00
parent 7bd476dc7a
commit c6f9482c32
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
FROM ubuntu:latest as build_stage
ENV TZ=Europe/Moscow \
DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt install -y \
git \