improve Dockerfile for cutlergyor

This commit is contained in:
Schneider Roland 2022-08-02 18:45:53 +02:00
parent 4e4723f27f
commit bffd88f5f1

View File

@ -38,6 +38,7 @@ RUN apt-get -y install \
# Install composer # Install composer
COPY install-composer /install-composer COPY install-composer /install-composer
RUN chmod a+x /install-composer \
RUN /install-composer && rm /install-composer RUN /install-composer && rm /install-composer
RUN a2enmod headers RUN a2enmod headers