mirror of
https://github.com/linuxserver/docker-build-agent.git
synced 2026-03-16 00:06:37 +08:00
Merge pull request #12 from linuxserver/yq-go
Use yq-go package explicitly rather than yq alias
This commit is contained in:
commit
1d784fa2c4
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user