Skip to content

Commit 8e136b5

Browse files
committed
Re-order deps in quickstart and Dockerfile
1 parent f362705 commit 8e136b5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/*

doc/source/quickstart.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

9999
Installing Android SDK

0 commit comments

Comments
 (0)