Update Dockerfile
This commit is contained in:
parent
febcb5ac34
commit
1bbe8382e5
1 changed files with 2 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
||||||
FROM ubuntu:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
# Update
|
# Update
|
||||||
RUN apt-get update
|
RUN apk --update add rsync
|
||||||
|
|
||||||
# Install packages
|
|
||||||
RUN apt-get -yq install rsync openssh-client
|
|
||||||
|
|
||||||
# Copy entrypoint
|
# Copy entrypoint
|
||||||
ADD entrypoint.sh /entrypoint.sh
|
ADD entrypoint.sh /entrypoint.sh
|
||||||
|
|
Loading…
Reference in a new issue