ci: Install git
All checks were successful
dustin/metricspi/pipeline/head This commit looks good

The `git` program is needed to build *blackbox_exporter* from Go source.
This commit is contained in:
2022-08-07 10:18:36 -05:00
parent a836526d40
commit e009a4e167

View File

@@ -13,6 +13,7 @@ RUN dnf install -y \
diffutils \
g++ \
gcc \
git \
make \
ncurses-devel \
openssh-clients \