ci: Install git
dustin/metricspi/pipeline/head This commit looks good Details

The `git` program is needed to build *blackbox_exporter* from Go source.
pull/2/head
Dustin 2022-08-07 10:18:36 -05:00
parent a836526d40
commit e009a4e167
1 changed files with 1 additions and 0 deletions

View File

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