Changed from /bin/bash to /bin/sh which is busybox for alpine

This commit is contained in:
Marco Dalla Santa
2022-03-22 15:02:57 +00:00
parent afa413dc37
commit fc430f0194
5 changed files with 8 additions and 5 deletions

View File

@@ -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 /