Mount private key
This commit is contained in:
parent
d7f899c7bd
commit
659b8569e3
4 changed files with 9 additions and 5 deletions
|
|
@ -1,10 +1,9 @@
|
|||
FROM alpine:3.18.2
|
||||
FROM alpine:3.20.0
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk --no-cache add btrfs-progs openssh borgbackup bash coreutils
|
||||
|
||||
COPY id_rsa /id_rsa
|
||||
COPY ssh_config /etc/ssh/
|
||||
COPY src /src
|
||||
COPY exclude.conf /exclude.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue