We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39e6b2f + 88fc0db commit b1df62fCopy full SHA for b1df62f
1 file changed
ci/build/Dockerfile
@@ -39,6 +39,7 @@ RUN apt-get update && \
39
bash \
40
jq \
41
ca-certificates \
42
+ python3 \
43
wget \
44
curl \
45
openssl \
@@ -104,6 +105,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2.2 --filename=compose
104
105
# Use version 1 for main composer binary
106
RUN rm -f /usr/local/bin/composer; ln -s /usr/local/bin/composer2 /usr/local/bin/composer
107
108
+# Set python3 as default python executable
109
+RUN ln -s /usr/bin/python3 /usr/local/bin/python
110
+
111
# Copy container files
112
COPY ./ci/build/files /
113
0 commit comments