diff --git a/Dockerfile b/Dockerfile index 75110ee..7a0a1f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,6 @@ RUN usermod -aG docker jenkins COPY --chown=jenkins:jenkins executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy #Install git lfs -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 git lfs install --system