From be6926acd432a108d314012bc11df4cf03482f6a Mon Sep 17 00:00:00 2001 From: Andreas Fahrecker Date: Fri, 6 Jun 2025 03:21:13 +0200 Subject: [PATCH] refactor: :mute: Remove Debug check of User --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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