diff --git a/Dockerfile b/Dockerfile index 90317cd..cc2fa77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/debian:testing +FROM docker.io/debian:bookworm RUN apt update;apt install -y curl unzip libncurses5 postgresql postgresql-contrib nginx certbot libmagic-dev imagemagick ffmpeg exiftool nginx build-essential cron wget procps WORKDIR /tm ENV SHELL="/bin/bash"