diff options
-rw-r--r-- | Dockerfile/ubuntu-24.04.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |