Skip to content

Commit

Permalink
Merge pull request #72 from ByteInternet/v1_python3
Browse files Browse the repository at this point in the history
  • Loading branch information
tdgroot authored Dec 23, 2022
2 parents 0c18f4a + 326c7b4 commit 6d69a5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ RUN apt-get update && \
patch \
bash \
ca-certificates \
python3 \
wget \
curl \
openssl \
Expand Down Expand Up @@ -131,6 +132,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --filename=composer2
# Use version 1 for main composer binary
RUN ln -s /usr/local/bin/composer1 /usr/local/bin/composer

# Set python3 as default python executable
RUN ln -s /usr/bin/python3 /usr/local/bin/python

# Copy container files
COPY ./ci/build/files /

Expand Down

0 comments on commit 6d69a5f

Please sign in to comment.