Use yq-go package explicitly rather than yq alias

This commit is contained in:
thespad 2024-12-03 16:54:47 +00:00
parent 0e7e894a62
commit bb68d1b08c
No known key found for this signature in database
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 && \