Skip to content

Commit f075f50

Browse files
committed
Composer 1
1 parent b74e2bc commit f075f50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# So everything is installed into one container
33
FROM ubuntu:18.04
44

5-
COPY --from=composer /usr/bin/composer /usr/local/bin/composer
5+
# Everything is not compatible with Composer 2
6+
COPY --from=composer:1.10.17 /usr/bin/composer /usr/local/bin/composer
67

78
RUN \
89
# Update and instal some dependencies

0 commit comments

Comments
 (0)