Skip to content
Snippets Groups Projects
Commit 341b31e8 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Tweak Dockerfile to fix android CI

parent a410c35f
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:20.04
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y --no-install-recommends \
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y --no-install-recommends libc6-dev gcc
RUN apt-get install -y --no-install-recommends \
file \
curl \
ca-certificates \
......@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \
expect \
openjdk-8-jre \
libstdc++6:i386 \
libpulse0 \
gcc \
libc6-dev
libpulse0
WORKDIR /android/
COPY android* /android/
......
FROM ubuntu:20.04
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y --no-install-recommends \
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y --no-install-recommends libc6-dev gcc
RUN apt-get install -y --no-install-recommends \
file \
curl \
ca-certificates \
......@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \
expect \
openjdk-8-jre \
libstdc++6:i386 \
libpulse0 \
gcc \
libc6-dev
libpulse0
WORKDIR /android/
COPY android* /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