From 339be4e2aed74c8057bd9922b3f34dc2ba6c0585 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 27 May 2025 10:29:19 +0200 Subject: [PATCH] Dockerfile: install nano as alternative to vim I'm horrible at vim, and use nano as my go-to editor for quick changes. Let's install nano in the dev-container as alternative to vim for those like me, who are not so vim-savvy ^O^C^C:wq: Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1b96f1939e..a9b41c2603 100644 --- a/Dockerfile +++ b/Dockerfile @@ -512,6 +512,7 @@ RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt \ libnl-3-200 \ libprotobuf-c1 \ libyajl2 \ + nano \ net-tools \ netcat-openbsd \ patch \