From 804e8dc474a0c59d9581d4e1efb61e6e613e2426 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 26 Nov 2019 17:53:14 +0530 Subject: [PATCH] Fix continuation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96be169..7e402d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN dpkg --print-architecture && \ dpkg --print-foreign-architectures RUN dpkg --add-architecture i386 && \ - dpkg --print-foreign-architectures && \ + dpkg --print-foreign-architectures RUN apt-get -qq update && \ apt-get install -qqy --no-install-recommends \ -- GitLab