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 \
6767 libltdl-dev \
6868 libtool \
6969 libssl-dev \
70+ make \
7071 openjdk-17-jdk \
7172 patch \
72- unzip \
73- zip \
7473 pkg-config \
7574 python3 \
7675 python3-dev \
7776 python3-pip \
7877 python3-venv \
79- make \
8078 sudo \
79+ unzip \
8180 wget \
81+ zip \
8282 && apt -y autoremove \
8383 && apt -y clean \
8484 && 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
8282 libltdl-dev \
8383 libtool \
8484 libssl-dev \
85+ make \
8586 openjdk-17-jdk \
8687 patch \
87- unzip \
88- zip \
8988 pkg-config \
9089 python3 \
9190 python3-dev \
9291 python3-pip \
9392 python3-venv \
94- make \
9593 sudo \
96- wget
94+ unzip \
95+ wget \
96+ zip
9797
9898
9999Installing Android SDK
You can’t perform that action at this time.
0 commit comments