OEM und STATS image #11

Merged
holzi1005 merged 17 commits from feature/oem-image into main 2024-12-03 22:30:45 +01:00
Showing only changes of commit 913fe42c72 - Show all commits

View file

@ -19,6 +19,11 @@ USER root
RUN apk --no-cache add \
git \
php83-xmlwriter \
php83-xsl \
php83-pcntl \
php83-posix \
php83-sockets \
&& rm -rf /var/cache/apk/*
RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/01-symfony.sh \