Update Dockerfile
This commit is contained in:
parent
f5c5431bf6
commit
6fa9b56771
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:latest
|
||||
|
||||
# Update
|
||||
RUN apk --update add rsync openssh-client
|
||||
RUN apk --update --no-cache add rsync bash openssh-client
|
||||
|
||||
# Copy entrypoint
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue