docker-borgserver/Dockerfile.pullgit

10 lines
393 B
Docker
Raw Normal View History

2020-03-26 17:16:56 +00:00
############################################################
# Dockerfile to build borgbackup server images with git-pull support!
# Based on Debian
############################################################
FROM borgserver:latest
RUN apt-get update && apt-get -y --no-install-recommends install \
git ca-certificates && apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*