Merge pull request #207 from PowerDNS/docker-bookworm

update Dockerfile to Debian bookworm
This commit is contained in:
Tuxis B.V. 2025-03-11 09:16:24 +01:00 committed by GitHub
commit 2ea8bff800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:bookworm
MAINTAINER Yury Evtikhov <yury@evtikhov.info>
#
# This Dockerfile is intended only for test/development use.
@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Update and Upgrade system
RUN apt-get -y update && \
apt-get -y install curl git-core php5-cli php5-curl php5-json php5-sqlite && \
apt-get -y install curl git-core php8.2-cli php8.2-curl php8.2-sqlite3 && \
rm -rf /var/lib/apt/lists/*
RUN mkdir /app
RUN git clone --recursive https://github.com/tuxis-ie/nsedit.git /app/nsedit