mirror of
https://gitee.com/jiulinxiri/ssh-scp-deploy.git
synced 2026-01-31 11:56:29 +08:00
Changed from /bin/bash to /bin/sh which is busybox for alpine
This commit is contained in:
@@ -3,8 +3,7 @@ FROM alpine:latest
|
||||
RUN apk update && \
|
||||
apk add --no-cache ca-certificates \
|
||||
openssh-client \
|
||||
sshpass \
|
||||
bash
|
||||
sshpass
|
||||
|
||||
COPY LICENSE README.md /
|
||||
COPY entrypoint.sh with_key.sh with_pass.sh /
|
||||
|
||||
Reference in New Issue
Block a user