File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,18 @@ RUN ${RETRY} apt -y update -qq > /dev/null \
67
67
libltdl-dev \
68
68
libtool \
69
69
libssl-dev \
70
+ make \
70
71
openjdk-17-jdk \
71
72
patch \
72
- unzip \
73
- zip \
74
73
pkg-config \
75
74
python3 \
76
75
python3-dev \
77
76
python3-pip \
78
77
python3-venv \
79
- make \
80
78
sudo \
79
+ unzip \
81
80
wget \
81
+ zip \
82
82
&& apt -y autoremove \
83
83
&& apt -y clean \
84
84
&& rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -82,18 +82,18 @@ the following command (re-adapted from the `Dockerfile` we use to perform CI bui
82
82
libltdl-dev \
83
83
libtool \
84
84
libssl-dev \
85
+ make \
85
86
openjdk-17-jdk \
86
87
patch \
87
- unzip \
88
- zip \
89
88
pkg-config \
90
89
python3 \
91
90
python3-dev \
92
91
python3-pip \
93
92
python3-venv \
94
- make \
95
93
sudo \
96
- wget
94
+ unzip \
95
+ wget \
96
+ zip
97
97
98
98
99
99
Installing Android SDK
You can’t perform that action at this time.
0 commit comments