We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74e2bc commit f075f50Copy full SHA for f075f50
docker/Dockerfile
@@ -2,7 +2,8 @@
2
# So everything is installed into one container
3
FROM ubuntu:18.04
4
5
-COPY --from=composer /usr/bin/composer /usr/local/bin/composer
+# Everything is not compatible with Composer 2
6
+COPY --from=composer:1.10.17 /usr/bin/composer /usr/local/bin/composer
7
8
RUN \
9
# Update and instal some dependencies
0 commit comments