Remove extra and
Build webhook-deployer container / Build image (push) Successful in 28s Details

This commit is contained in:
LordMathis 2024-05-17 19:18:41 +02:00
parent 2805c8906e
commit 60aeb68f9a
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ RUN adduser -h /home/cluster -s /bin/sh -D cluster && \
RUN ssh-keygen -A && \
echo -e "PasswordAuthentication no" >> /etc/ssh/sshd_config && \
&& mkdir -p /run/openrc \
&& touch /run/openrc/softlevel
mkdir -p /run/openrc && \
touch /run/openrc/softlevel
USER cluster
WORKDIR /home/cluster