add vi in ubuntu-24.04 container for easy debugging

This commit is contained in:
Ryo Nakamura
2024-04-12 22:52:32 +09:00
parent f2f0dab515
commit bf7e2c3ae3

View File

@@ -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