diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-27 15:22:08 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-27 15:22:08 -0500 |
commit | 174c3a05f6a04eef89545671f5f69146cfdcd597 (patch) | |
tree | e8206d9e7066d16f299bca557894738021a8163a /utils | |
parent | Merge pull request #5794 (diff) | |
parent | Fix Android build in Docker (diff) | |
download | monero-174c3a05f6a04eef89545671f5f69146cfdcd597.tar.xz |
Merge pull request #5820
ac0a229 Fix Android build in Docker (hyperreality)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/build_scripts/android32.Dockerfile | 2 | ||||
-rw-r--r-- | utils/build_scripts/android64.Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/build_scripts/android32.Dockerfile b/utils/build_scripts/android32.Dockerfile index e49bdc652..4e4f40276 100644 --- a/utils/build_scripts/android32.Dockerfile +++ b/utils/build_scripts/android32.Dockerfile @@ -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 diff --git a/utils/build_scripts/android64.Dockerfile b/utils/build_scripts/android64.Dockerfile index c4464fa84..90eeb4bae 100644 --- a/utils/build_scripts/android64.Dockerfile +++ b/utils/build_scripts/android64.Dockerfile @@ -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 |