Skip to content

Commit

Permalink
Re-order deps in quickstart and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Nov 20, 2023
1 parent f362705 commit 8e136b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ RUN ${RETRY} apt -y update -qq > /dev/null \
libltdl-dev \
libtool \
libssl-dev \
make \
openjdk-17-jdk \
patch \
unzip \
zip \
pkg-config \
python3 \
python3-dev \
python3-pip \
python3-venv \
make \
sudo \
unzip \
wget \
zip \
&& apt -y autoremove \
&& apt -y clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down
8 changes: 4 additions & 4 deletions doc/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@ the following command (re-adapted from the `Dockerfile` we use to perform CI bui
libltdl-dev \
libtool \
libssl-dev \
make \
openjdk-17-jdk \
patch \
unzip \
zip \
pkg-config \
python3 \
python3-dev \
python3-pip \
python3-venv \
make \
sudo \
wget
unzip \
wget \
zip


Installing Android SDK
Expand Down

0 comments on commit 8e136b5

Please sign in to comment.