Remove extra and
Build webhook-deployer container / Build image (push) Successful in 28s
Details
Build webhook-deployer container / Build image (push) Successful in 28s
Details
This commit is contained in:
parent
2805c8906e
commit
60aeb68f9a
|
@ -31,8 +31,8 @@ RUN adduser -h /home/cluster -s /bin/sh -D cluster && \
|
||||||
|
|
||||||
RUN ssh-keygen -A && \
|
RUN ssh-keygen -A && \
|
||||||
echo -e "PasswordAuthentication no" >> /etc/ssh/sshd_config && \
|
echo -e "PasswordAuthentication no" >> /etc/ssh/sshd_config && \
|
||||||
&& mkdir -p /run/openrc \
|
mkdir -p /run/openrc && \
|
||||||
&& touch /run/openrc/softlevel
|
touch /run/openrc/softlevel
|
||||||
|
|
||||||
USER cluster
|
USER cluster
|
||||||
WORKDIR /home/cluster
|
WORKDIR /home/cluster
|
||||||
|
|
Loading…
Reference in New Issue