Skip to content
Snippets Groups Projects
Commit fa3012eb authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update file Dockerfile

parent 5e40b4b3
No related tags found
No related merge requests found
......@@ -3,11 +3,12 @@ FROM alpine:latest
RUN apk add --update \
borgbackup \
openssh-client \
mysql-client \
tzdata \
&& rm -rf /var/cache/apk/*
RUN cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime && \
echo "Europe/Berlin" > /etc/timezone
CMD tail -f /dev/null
\ No newline at end of file
CMD tail -f /dev/null
ENTRYPOINT ["borg"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment