Update Dockerfile

This commit is contained in:
Steven Agyekum 2019-12-27 16:08:00 +01:00 committed by GitHub
parent febcb5ac34
commit 1bbe8382e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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