Update Dockerfile

This commit is contained in:
verita84 2023-10-08 21:16:57 +00:00
parent d14560c5ba
commit b5ea7fa4d1

View File

@ -1,6 +1,6 @@
FROM docker.io/debian:bookworm
ENV PG_VERSION=15
ENV NODE_MAJOR=18
ENV NODE_MAJOR=20
ENV PG_BIN=/usr/lib/postgresql/$PG_VERSION/bin
ENV PG_DIR=/var/lib/postgresql/$PG_VERSION/main
RUN apt update;apt install -y bash curl openssl postgresql postgresql-contrib ffmpeg git python3 build-essential nginx redis unzip wget procps