We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de52e2 commit cfc21beCopy full SHA for cfc21be
Dockerfile
@@ -7,4 +7,8 @@ RUN sudo apt-get update \
7
&& sudo apt-get install -y make \
8
&& sudo rm -rf /var/lib/apt/lists/*
9
10
+# Install symfony/flex for SYMFONY_REQUIRE
11
+RUN composer global config --no-plugins allow-plugins.symfony/flex true \
12
+ && composer global require --no-progress --no-scripts --no-plugins symfony/flex
13
+
14
ENV PATH="${PATH}:/usr/src/app/vendor/bin"
0 commit comments