From 39ca3fcf12c32a70a14754e6b947dcfebe456e95 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 7 Oct 2024 19:36:25 -0400 Subject: [PATCH] fix: remove entire sed line --- toolboxes/ubuntu-toolbox/Containerfile.ubuntu | 1 - 1 file changed, 1 deletion(-) diff --git a/toolboxes/ubuntu-toolbox/Containerfile.ubuntu b/toolboxes/ubuntu-toolbox/Containerfile.ubuntu index f219c0d..d7494e9 100644 --- a/toolboxes/ubuntu-toolbox/Containerfile.ubuntu +++ b/toolboxes/ubuntu-toolbox/Containerfile.ubuntu @@ -11,7 +11,6 @@ COPY ./toolboxes/ubuntu-toolbox/packages.ubuntu /toolbox-packages RUN rm /etc/apt/apt.conf.d/docker-gzip-indexes /etc/apt/apt.conf.d/docker-no-languages && \ sed -Ei 's/^(hosts:.*)(\)\s*(.*)/\1\2 myhostname \3/' /etc/nsswitch.conf && \ - sed -Ei '/apt-get (update|upgrade)/s/^/#/' && \ apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get -y install \ ubuntu-minimal ubuntu-standard \