From 7fde7538bf187016ad8e054ad5825dbc239204a1 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sat, 2 Aug 2025 12:54:11 +0200 Subject: [PATCH] vim in docker --- docker-images/debian12.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-images/debian12.Dockerfile b/docker-images/debian12.Dockerfile index 80cccbf..578a6fc 100644 --- a/docker-images/debian12.Dockerfile +++ b/docker-images/debian12.Dockerfile @@ -1,6 +1,6 @@ FROM debian:12 -RUN apt-get update && apt-get install -y build-essential clang git curl +RUN apt-get update && apt-get install -y build-essential clang git curl vim RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh RUN sh rustup-init.sh -y && rm rustup-init.sh