fix: 💚 Test which user and remove sudo call
All checks were successful
andreas-personal/good-old-jenkins/pipeline/head This commit looks good
All checks were successful
andreas-personal/good-old-jenkins/pipeline/head This commit looks good
This commit is contained in:
@ -12,7 +12,8 @@ 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 id
|
||||||
|
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | 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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user