From fbd795ff957d0921fd8f46ced5826f86405078bd Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Wed, 26 Oct 2022 12:56:23 +0900 Subject: [PATCH] M1 mac support see https://github.com/EC-CUBE/ec-cube/pull/5848 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 957eb64f3f..2a7c11d3af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,9 @@ RUN mkdir -p ${APACHE_DOCUMENT_ROOT} \ && sed -ri -e "s!DocumentRoot.*!DocumentRoot ${APACHE_DOCUMENT_ROOT}!g" /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf \ ; +# see https://stackoverflow.com/questions/73294020/docker-couldnt-create-the-mpm-accept-mutex/73303983#73303983 +RUN echo "Mutex posixsem" >> /etc/apache2/apache2.conf + COPY dockerbuild/docker-php-entrypoint /usr/local/bin/ ## Enable SSL