Loading .hadolint.yaml 0 → 100644 +2 −0 Original line number Diff line number Diff line ignored: - DL3008 Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ USER root:root RUN set -ex \ && apt-get update -y \ && apt-get install -y rsync \ && apt-get install --no-install-recommends -y rsync \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* \ && chmod -Rv 0777 "${GIT_SYNC_ROOT:-/tmp/git}/" Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ USER root:root RUN set -ex \ && apt-get update -y \ && apt-get install -y rsync \ && apt-get install --no-install-recommends -y rsync \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* \ && chmod -Rv 0777 "${GIT_SYNC_ROOT:-/tmp/git}/" Loading