add direnv

This commit is contained in:
Jason Swank
2026-01-20 15:28:00 +00:00
parent b152fc3e7a
commit 92a48b1628
2 changed files with 16 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ RUN apk -U --no-cache add \
doas doas-sudo-shim \
bash less openvi \
coreutils grep gawk perl \
curl bind-tools
curl direnv bind-tools
RUN adduser -h /home/cli -s /bin/bash -D cli cli && \
addgroup cli wheel && \