diff --git a/Dockerfile b/Dockerfile index 48977b0c824c..d006bb92e50a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV LC_ALL C.UTF-8 RUN apt-get update \ && apt-get upgrade --yes \ && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes \ - supervisor curl cron nfs-common certbot nginx gnupg wget netcat openssh-client \ + supervisor curl cron nfs-common certbot nginx gnupg wget netcat openssh-client vim \ software-properties-common gettext \ python3-pip python3-requests python-setuptools git ca-certificates-java \ && wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | apt-key add - \