# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400' |
/bin/sh -c apt-get update && apt-get upgrade --yes && apt-get install nano sudo libapache2-mod-php8.4 php8.4-mysql php8.4-gd php8.4-imagick php8.4-mbstring php8.4-bcmath php8.4-intl php8.4-zip ghostscript -yq && a2enmod expires rewrite && a2enmod ext_filter && apt-get clean && rm -rf /var/lib/apt/lists/* |
/bin/sh -c ln -sfT /dev/stderr /var/log/apache2/error.log |
/bin/sh -c ln -sfT /dev/stdout /var/log/apache2/access.log |
/bin/sh -c ln -sfT /dev/stdout /var/log/apache2/other_vhosts_access.log |
/bin/sh -c sed -i '/DocumentRoot/a\ <Directory /var/www/html>\n AllowOverride All\n </Directory>' /etc/apache2/sites-available/000-default.conf |
STOPSIGNAL SIGWINCH |
WORKDIR /var/www/html |
EXPOSE 80 |
CMD ["apache2ctl", "-DFOREGROUND"] |