added git installation
All checks were successful
/ build (push) Successful in 10s

This commit is contained in:
Roger Sikorski 2023-07-27 06:10:41 +02:00
parent 4bc1f3f2cb
commit 8569010bf7
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -7,4 +7,5 @@ ENV HADOLINT_VERSION ${HADOLINT_VERSION}
RUN wget -nv https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64 -O /usr/local/bin/hadolint \ RUN wget -nv https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64 -O /usr/local/bin/hadolint \
&& chmod +x /usr/local/bin/hadolint && chmod +x /usr/local/bin/hadolint
RUN apk add --no-cache nodejs # needed for gitea act runner
RUN apk add --no-cache nodejs git