Skip to content

Commit

Permalink
Merge pull request monero-project#200 from hsyia/patch-3
Browse files Browse the repository at this point in the history
Patch 3
  • Loading branch information
aeonix committed Oct 4, 2020
2 parents d007e78 + 48f96a9 commit d5e8d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/build_scripts/android32.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stable

RUN apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python libtool
RUN apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python libtool libtinfo5

WORKDIR /opt/android
## INSTALL ANDROID SDK
Expand Down
2 changes: 1 addition & 1 deletion utils/build_scripts/android64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stable

RUN apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python libtool
RUN apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python libtool libtinfo5

WORKDIR /opt/android
## INSTALL ANDROID SDK
Expand Down

0 comments on commit d5e8d62

Please sign in to comment.