@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user