added docker image and CI/CD (git action) to limbosolutions docker registry

This commit is contained in:
2025-01-12 11:13:34 +00:00
parent 028a7f9984
commit e2de47df01
6 changed files with 91 additions and 0 deletions

18
docker/Dockerfile Normal file
View File

@@ -0,0 +1,18 @@
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y \
python3 \
python3-pip \
borgbackup \
fuse \
python3-pyfuse3 \
openssh-client
COPY ./docker/app /app
RUN chmod +x /app/scripts/ffenv
RUN ln -s /app/scripts/ffenv /usr/local/lib/ffenv