Reviewed-on: #2
This commit is contained in:
smf
2024-03-08 18:15:54 +08:00
parent e39a4b8cea
commit 3ec54a128a
4 changed files with 62 additions and 114 deletions

View File

@@ -6,7 +6,9 @@ LABEL 'com.github.actions.description'='supports docker-compose and Docker Swarm
LABEL 'com.github.actions.icon'='send'
LABEL 'com.github.actions.color'='green'
RUN apk --no-cache add openssh-client
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