From cbff25dc3e6a5d202caa61f2094e6fabaf1a7ac6 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 11 Mar 2021 12:31:46 +0100 Subject: [PATCH] vim.tiny becomes vim-tiny in bullseye --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec5a645..1fb1104 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN \ apt install -y curl && \ apt install -y unzip && \ apt install -y zip && \ - apt install -y vim.tiny && \ + apt install -y vim-tiny && \ apt install -y p7zip-full && \ apt install -y procps && \ apt install -y doxygen && \