Git key import again
This commit is contained in:
parent
0108fcf653
commit
0dc25d5428
8 changed files with 69 additions and 71 deletions
9
Dockerfile.pullgit
Normal file
9
Dockerfile.pullgit
Normal file
|
@ -0,0 +1,9 @@
|
|||
############################################################
|
||||
# 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/*
|
Loading…
Add table
Add a link
Reference in a new issue