We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c18f4a + 326c7b4 commit 6d69a5fCopy full SHA for 6d69a5f
1 file changed
ci/build/Dockerfile
@@ -75,6 +75,7 @@ RUN apt-get update && \
75
patch \
76
bash \
77
ca-certificates \
78
+ python3 \
79
wget \
80
curl \
81
openssl \
@@ -131,6 +132,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --filename=composer2
131
132
# Use version 1 for main composer binary
133
RUN ln -s /usr/local/bin/composer1 /usr/local/bin/composer
134
135
+# Set python3 as default python executable
136
+RUN ln -s /usr/bin/python3 /usr/local/bin/python
137
+
138
# Copy container files
139
COPY ./ci/build/files /
140
0 commit comments