Skip to content
Snippets Groups Projects
Unverified Commit 8de521cf authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Use python3 instead

parent b05f6593
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ case "$1" in
;;
esac;
${NDK}/build/tools/make_standalone_toolchain.py \
python3 ${NDK}/build/tools/make_standalone_toolchain.py \
--install-dir "/android/ndk-${1}" \
--arch "${arch}" \
--api ${api}
......
......@@ -6,7 +6,8 @@ RUN dpkg --add-architecture i386 && \
file \
curl \
ca-certificates \
python \
python3 \
python3-distutils \
unzip \
expect \
openjdk-8-jre \
......
......@@ -6,7 +6,8 @@ RUN dpkg --add-architecture i386 && \
file \
curl \
ca-certificates \
python \
python3 \
python3-distutils \
unzip \
expect \
openjdk-8-jre \
......
......@@ -8,7 +8,8 @@ RUN apt-get update && \
git \
libc6-dev \
libxml2 \
python \
python3 \
python3-distutils \
xz-utils
COPY emscripten.sh /
......
......@@ -6,7 +6,8 @@ RUN dpkg --add-architecture i386 && \
file \
curl \
ca-certificates \
python \
python3 \
python3-distutils \
unzip \
expect \
openjdk-8-jre \
......
......@@ -11,12 +11,15 @@ RUN apt-get update && \
git \
libc6-dev \
libxml2 \
python \
python3 \
python3-distutils \
cmake \
sudo \
gdb \
xz-utils
RUN ln -s /usr/bin/python3 /usr/bin/python & \
ln -s /usr/bin/pip3 /usr/bin/pip
COPY emscripten.sh /
RUN bash /emscripten.sh
......
......@@ -6,7 +6,8 @@ RUN apt-get update && \
curl \
gcc \
libc-dev \
python \
python3 \
python3-distutils \
unzip
WORKDIR /android/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment