Update 'Dockerfile'

This commit is contained in:
verita84 2023-07-18 17:05:23 -06:00
parent 6b8725b66c
commit bf56a28743

View File

@ -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 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 WORKDIR /tm
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"