We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbaa820 commit abaa554Copy full SHA for abaa554
Dockerfile
@@ -30,6 +30,7 @@ RUN docker-php-ext-configure gd \
30
31
# Install composer
32
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
33
+ENV COMPOSER_ALLOW_SUPERUSER=1
34
35
# PHP Config
36
COPY conf/*.ini /usr/local/etc/php/conf.d/
@@ -49,4 +50,4 @@ VOLUME /srv
49
50
VOLUME /usr/local/etc/php/conf.d/
51
52
# UTF-8 default
-ENV LANG en_US.utf8
53
+ENV LANG=en_US.utf8
0 commit comments