Dies ist eine alte Version des Dokuments!
ln -snf /usr/share/zoneinfo/Europe/Vienna /etc/localtime && echo Europe/Vienna > /etc/timezone dpkg --configure -a DEBIAN_FRONTEND=noninteractive apt update && apt install -y nginx php8.3-fpm mariadb-server php-mysqli
FROM ubuntu:22.04 ARG DEBIAN_FRONTEND=noninteractive RUN ln -snf /usr/share/zoneinfo/Europe/Vienna /etc/localtime && echo Europe/Vienna > /etc/timezone RUN dpkg --configure -a RUN apt update && apt install -y nginx php-fpm mariadb-server php-mysqli