We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e9936 commit a138852Copy full SHA for a138852
1 file changed
Dockerfile
@@ -25,8 +25,6 @@ RUN docker-php-ext-install \
25
ENV COMPOSER_ALLOW_SUPERUSER=1
26
27
RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
28
-RUN composer config --no-plugins allow-plugins.spiral/composer-publish-plugin false
29
-
30
31
RUN rm -rf /var/lib/apt/lists/*
32
0 commit comments