From 1d17faf5d577ec6b1818956c86b766168e51809b Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Mon, 21 Apr 2025 20:11:31 -0700 Subject: [PATCH] Add vim to the image for use as the ansible-vault editor --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab28956..c3f29cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:${ALPINE_VERSION} ARG ANSIBLE_VERSION=2 RUN apk add --update --no-cache \ # Install latest version of these dependencies \ - bash openssh python3 sshpass rsync \ + bash openssh python3 rsync sshpass vim \ # Install specific version of ansible-core and latest compatible ansible \ ansible ansible-core~=${ANSIBLE_VERSION} -- GitLab