check config

This commit is contained in:
smf
2024-03-07 18:24:10 +08:00
parent 356adf2c45
commit 33237c1be7
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ LABEL 'com.github.actions.description'='supports docker-compose and Docker Swarm
LABEL 'com.github.actions.icon'='send'
LABEL 'com.github.actions.color'='green'
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN apk --no-cache add openssh-client socat
COPY docker-entrypoint.sh /docker-entrypoint.sh