Skip to content

Commit 6d69a5f

Browse files
authored
Merge pull request #72 from ByteInternet/v1_python3
2 parents 0c18f4a + 326c7b4 commit 6d69a5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ RUN apt-get update && \
7575
patch \
7676
bash \
7777
ca-certificates \
78+
python3 \
7879
wget \
7980
curl \
8081
openssl \
@@ -131,6 +132,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --filename=composer2
131132
# Use version 1 for main composer binary
132133
RUN ln -s /usr/local/bin/composer1 /usr/local/bin/composer
133134

135+
# Set python3 as default python executable
136+
RUN ln -s /usr/bin/python3 /usr/local/bin/python
137+
134138
# Copy container files
135139
COPY ./ci/build/files /
136140

0 commit comments

Comments
 (0)