diff --git a/Dockerfile b/Dockerfile index ac9d7bb..f0391f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 505b553..8a83e68 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 && \