new
continuous-integration/drone/push Build is failing Details

This commit is contained in:
quackerd 2021-04-19 03:58:16 -04:00
parent 4c9a8841d6
commit ec36eb4d51
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN set -xe && \
mkdir -p /opt/config/logs/crond && \
mkdir -p /opt/xray && \
ln -s /opt/config/certs /etc/letsencrypt && \
apk add --no-cache unzip wget nginx certbot openssh bash && \
apk add --no-cache unzip wget nginx certbot bash && \
wget ${URL} && \
unzip Xray-linux-64.zip -d /opt/xray && \
rm Xray-linux-64.zip && \

View File

@ -1,6 +1,8 @@
#!/bin/sh
set -e
apk add openssh
chmod 0600 ansible/id_root
for filename in confs/*; do