fix: 💚 Fix Default Image, maybe?
Some checks failed
andreas-personal/good-old-jenkins/pipeline/head There was a failure building this commit

This commit is contained in:
2025-06-06 03:16:15 +02:00
parent 04a87313a2
commit 1b63ae1b7a

View File

@ -12,6 +12,7 @@ RUN usermod -aG docker jenkins
COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
#Install git lfs #Install git lfs
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
RUN apt-get install -y git-lfs RUN apt-get install -y git-lfs
RUN git lfs install --system RUN git lfs install --system