From 5995688a9400a92c3e5d22cd81366b0323dead21 Mon Sep 17 00:00:00 2001 From: Marco Leoni Date: Mon, 7 Sep 2020 10:30:00 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 076bd2a..4399d59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ USER root # Install system utilities with apt RUN apt-get update && \ - apt-get install -y --no-install-recommends openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7 && \ + apt-get install -y --no-install-recommends openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7 && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* -- GitLab