Add Dockerfile and backup script for SSH server setup
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
openssh-server-pam \
|
||||
su-exec \
|
||||
borgbackup
|
||||
|
||||
COPY start_backup.sh /start_backup.sh
|
||||
RUN chmod +x /start_backup.sh
|
||||
|
||||
CMD /start_backup.sh
|
Reference in New Issue
Block a user