From ecd63117f3eb0264ac0d6d8d65b997e534c63fb4 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 9 Nov 2023 21:40:53 +0000 Subject: [PATCH] fix: rm incorrect escaped newline --- containers/debian/base.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/debian/base.Dockerfile b/containers/debian/base.Dockerfile index 5b1785c24..d19f9a999 100644 --- a/containers/debian/base.Dockerfile +++ b/containers/debian/base.Dockerfile @@ -53,7 +53,7 @@ apt-get -yqq install --no-install-recommends \ time \ unzip \ vim-nox \ - wget \ + wget apt-get -yqq autoremove localedef -i en_US -f UTF-8 en_US.UTF-8 EOF -- GitLab