improve Dockerfile for cutlergyor
This commit is contained in:
parent
4e4723f27f
commit
bffd88f5f1
@ -38,6 +38,7 @@ RUN apt-get -y install \
|
||||
|
||||
# Install composer
|
||||
COPY install-composer /install-composer
|
||||
RUN chmod a+x /install-composer \
|
||||
RUN /install-composer && rm /install-composer
|
||||
|
||||
RUN a2enmod headers
|
||||
|
||||
Loading…
Reference in New Issue
Block a user