File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ RUN apt-get update -y && \
1515# -> should be added to bitriseio/docker-bitrise-base
1616
1717# Dependencies to execute Android builds
18- # RUN dpkg --add-architecture i386
19- # RUN apt-get update -qq
20- # RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-8-jdk libc6:i386 libstdc++6:i386 libgcc1:i386 libncurses5:i386 libz1:i386
18+ RUN dpkg --add-architecture i386
19+ RUN apt-get update -qq
20+ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-8-jdk libc6:i386 libstdc++6:i386 libgcc1:i386 libncurses5:i386 zlib1g :i386 libz1:i386
2121RUN apt-get install -y openjdk-8-jdk wget expect
2222
2323# ------------------------------------------------------
@@ -149,6 +149,8 @@ ENV NODEJS_VERSION=8.3.0 \
149149RUN curl -sL https://nodejs.org/dist/v${NODEJS_VERSION}/node-v${NODEJS_VERSION}-linux-x64.tar.gz | tar xz --strip-components=1
150150RUN rm -rf /var/lib/apt/lists/*
151151
152+ RUN npm i -g yarn
153+
152154ENV ANDROID_HOME /opt/android-sdk-linux
153155
154156RUN apt-get clean
You can’t perform that action at this time.
0 commit comments