From 6e3ed6e25b848c152f05b137ace58c56f68369b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 31 Mar 2020 18:19:36 +0200 Subject: [PATCH] Fix error in apt --- Dockerfile.compile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.compile b/Dockerfile.compile index 5aecbc4..1ab7df5 100644 --- a/Dockerfile.compile +++ b/Dockerfile.compile @@ -20,8 +20,7 @@ ARG tz=Etc/UTC # enable manpages installation RUN sed -i 's,^path-exclude=/usr/share/man/,#path-exclude=/usr/share/man/,' /etc/dpkg/dpkg.cfg.d/excludes # Install all requierd packages -RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install apt-utils -y -RUN DEBIAN_FRONTEND=noninteractive apt-get install \ +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install apt-utils -y \ # Git for download quantum package git \ # All necessary packages to compile and run quantum package