This commit is contained in:
smf
2024-03-07 16:29:14 +08:00
parent 20af335ef9
commit d470e52020
4 changed files with 54 additions and 107 deletions

View File

@@ -6,7 +6,7 @@ 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 apk --no-cache add openssh-client socat
COPY docker-entrypoint.sh /docker-entrypoint.sh