File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
FROM ubuntu:20.04
2
2
3
- RUN dpkg --add-architecture i386 && \
4
- apt-get update && \
5
- apt-get install -y --no-install-recommends \
3
+ RUN dpkg --add-architecture i386
4
+ RUN apt-get update
5
+ RUN apt-get install -y --no-install-recommends libc6-dev gcc
6
+ RUN apt-get install -y --no-install-recommends \
6
7
file \
7
8
curl \
8
9
ca-certificates \
@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \
12
13
expect \
13
14
openjdk-8-jre \
14
15
libstdc++6:i386 \
15
- libpulse0 \
16
- gcc \
17
- libc6-dev
16
+ libpulse0
18
17
19
18
WORKDIR /android/
20
19
COPY android* /android/
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:20.04
2
2
3
- RUN dpkg --add-architecture i386 && \
4
- apt-get update && \
5
- apt-get install -y --no-install-recommends \
3
+ RUN dpkg --add-architecture i386
4
+ RUN apt-get update
5
+ RUN apt-get install -y --no-install-recommends libc6-dev gcc
6
+ RUN apt-get install -y --no-install-recommends \
6
7
file \
7
8
curl \
8
9
ca-certificates \
@@ -12,9 +13,7 @@ RUN dpkg --add-architecture i386 && \
12
13
expect \
13
14
openjdk-8-jre \
14
15
libstdc++6:i386 \
15
- libpulse0 \
16
- gcc \
17
- libc6-dev
16
+ libpulse0
18
17
19
18
WORKDIR /android/
20
19
COPY android* /android/
You can’t perform that action at this time.
0 commit comments