From 56521a1c774e3d0b9ac32df0094926249c6bd93c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 16 May 2022 18:31:30 +0200 Subject: [PATCH] Add git build requirement --- thelounge/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 9839862..518ed0a 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -7,6 +7,7 @@ FROM ${BUILD_FROM} RUN \ apk add --no-cache --virtual .build-dependencies \ g++=10.3.1_git20211027-r0 \ + git=2.34.2-r0 \ make=4.3-r0 \ python2=2.7.18-r4 \ yarn=1.22.17-r0 \