This commit is contained in:
2023-09-15 20:32:06 +03:00
parent 7bd476dc7a
commit c6f9482c32

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 \