From 5b51b24e098c1d5711e4d29cacabb1ea8b72b95b Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Tue, 23 Jul 2024 11:03:13 -0700 Subject: [PATCH] Adds mise to image for user-space package management Closes https://github.com/spacelift-io/runner-terraform/issues/55 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 991d719..0e259a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN apk -U upgrade && apk add --no-cache \ curl \ git \ jq \ + mise \ openssh-client \ openssh-keygen \ python3 \