From bf7e2c3ae340464d4de7b4ba105decdbd7c40450 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 12 Apr 2024 22:52:32 +0900 Subject: add vi in ubuntu-24.04 container for easy debugging --- Dockerfile/ubuntu-24.04.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile/ubuntu-24.04.Dockerfile b/Dockerfile/ubuntu-24.04.Dockerfile index 419afb0..9420ffd 100644 --- a/Dockerfile/ubuntu-24.04.Dockerfile +++ b/Dockerfile/ubuntu-24.04.Dockerfile @@ -4,7 +4,7 @@ ARG REQUIREDPKGS ARG DEBIAN_FRONTEND=noninteractive RUN set -ex && apt-get update && apt-get install -y --no-install-recommends \ - ${REQUIREDPKGS} ca-certificates openssh-server \ + ${REQUIREDPKGS} ca-certificates openssh-server vim-tiny \ python3 python3-pip python3-dev python3-pytest -- cgit v1.2.3