Merge pull request #12 from linuxserver/yq-go

Use yq-go package explicitly rather than yq alias
This commit is contained in:
aptalca 2024-12-03 12:19:29 -05:00 committed by GitHub
commit 1d784fa2c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ RUN \
openssh-sftp-server \
xfsprogs \
xz \
yq && \
yq-go && \
echo "**** setup openssh environment ****" && \
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \
usermod --shell /bin/bash abc && \

View File

@ -27,7 +27,7 @@ RUN \
openssh-sftp-server \
xfsprogs \
xz \
yq && \
yq-go && \
echo "**** setup openssh environment ****" && \
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \
usermod --shell /bin/bash abc && \