add .npmrc

This commit is contained in:
2025-12-19 12:02:53 -05:00
parent b39a07918a
commit 7111fd4d2a
3 changed files with 17 additions and 1 deletions

View File

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