From b8368fbde4abe9afdf4226953f0b1da8e0d29f34 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 5 Sep 2021 23:46:20 +0200 Subject: [PATCH] some more sogo container cleanup --- containers/apps/sogo/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/containers/apps/sogo/Dockerfile b/containers/apps/sogo/Dockerfile index 6c888af6b70..891701ef088 100644 --- a/containers/apps/sogo/Dockerfile +++ b/containers/apps/sogo/Dockerfile @@ -44,7 +44,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=DL3008,DL3015,SC2086,SC2155,DL3047 RUN --mount=type=bind,from=builder,source=/buildtmp/vendor/output,target=/build \ - cat /build/sogo/README.md && \ apt-get -qq update \ && \ apt-get -qq install -y \ @@ -77,7 +76,6 @@ RUN --mount=type=bind,from=builder,source=/buildtmp/vendor/output,target=/build echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && \ mkdir /usr/share/doc/sogo && \ touch /usr/share/doc/sogo/empty.sh && \ - apt-get update -qq && \ cd /build && \ dpkg -i *.deb && \ apt-get install -f && \