# # # FROM debian:bookworm-slim MAINTAINER Martin Werthmoeller # Base Image mit vorinstallierten Dependencies # Fixes RUN mkdir -p /usr/share/man/man1; \ apt-get update && apt-get dist-upgrade; \ apt-get install -qy apt-transport-https wget gnupg2 net-tools systemd-sysv adduser libapache2-mod-php libcrypt-eksblowfish-perl libdata-entropy-perl libdbd-mysql-perl libdbd-sqlite3-perl libdbi-perl libjson-perl libnet-ldap-perl default-jre-headless php-curl php-dba php-mbstring php-pear php-sqlite3 sqlite3 #RUN wget -O - https://www.benno-mailarchiv.de/download/debian/benno.asc | apt-key add - ENV LANG=C \ DEBIAN_FRONTEND=noninteractive