From cd1ff4be1cbc5647cae82b40bc749cc814578a77 Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Sat, 22 Jan 2022 22:33:16 +0300 Subject: [PATCH] fcuk!! --- .hadolint.yaml | 2 ++ Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .hadolint.yaml diff --git a/.hadolint.yaml b/.hadolint.yaml new file mode 100644 index 0000000..8f7e23e --- /dev/null +++ b/.hadolint.yaml @@ -0,0 +1,2 @@ +ignored: + - DL3008 diff --git a/Dockerfile b/Dockerfile index 74637a3..8e9251f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}/" -- GitLab