feat: Enable git lfs
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-06-04 02:51:26 +02:00
parent ed74cfcdf4
commit 3b3c3558a1
2 changed files with 8 additions and 0 deletions

View File

@ -54,3 +54,7 @@ USER root
#Install OpenSSL #Install OpenSSL
RUN apt-get install -y openssl RUN apt-get install -y openssl
#Install git lfs
RUN apt-get install -y git-lfs
RUN git lfs install --system

View File

@ -31,3 +31,7 @@ USER root
#Install OpenSSL #Install OpenSSL
RUN apk add --no-cache openssl RUN apk add --no-cache openssl
#Install git lfs
RUN apk add --no-cache git-lfs
RUN git lfs install --system