Fix MD060 rule

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-11-17 12:28:02 +01:00
parent 5e68b10112
commit cc078749eb
12 changed files with 157 additions and 147 deletions

View File

@@ -4,7 +4,8 @@ RUN apk add --no-cache \
git \
nano \
openssh \
py3-pip
py3-pip \
tzdata
ENV USER node
USER ${USER}