aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Containerfile b/Containerfile
index 4c4c5a7..9247c67 100644
--- a/Containerfile
+++ b/Containerfile
@@ -1,5 +1,6 @@
1FROM debian:bookworm-slim 1FROM archlinux:latest
2RUN apt update && apt install -y sqlite3 imagemagick exiftool && apt-get clean 2RUN pacman -Syu --noconfirm sqlite3 imagemagick perl-image-exiftool libheif
3ENV PATH="$PATH:/usr/bin/vendor_perl"
3WORKDIR /app/data 4WORKDIR /app/data
4COPY belverde-fire /app/belverde-fire 5COPY belverde-fire /app/belverde-fire
5ENTRYPOINT ["/app/belverde-fire"] 6ENTRYPOINT ["/app/belverde-fire"]