From 09e0d56358ffe77d5e4a4cf2743e6b84862e4748 Mon Sep 17 00:00:00 2001 From: hsyia <69757456+hsyia@users.noreply.github.com> Date: Sun, 4 Oct 2020 15:47:00 -0500 Subject: [PATCH 1/2] Update android64.Dockerfile https://github.com/monero-project/monero/commit/ac0a229739c290f593059b9cba23689c94cdec94 --- utils/build_scripts/android64.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build_scripts/android64.Dockerfile b/utils/build_scripts/android64.Dockerfile index c4464fa84a..90eeb4bae2 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 From 48f96a919281042e91195f04b428b441f7c2ee44 Mon Sep 17 00:00:00 2001 From: hsyia <69757456+hsyia@users.noreply.github.com> Date: Sun, 4 Oct 2020 15:47:52 -0500 Subject: [PATCH 2/2] Update android32.Dockerfile https://github.com/monero-project/monero/commit/ac0a229739c290f593059b9cba23689c94cdec94 --- utils/build_scripts/android32.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build_scripts/android32.Dockerfile b/utils/build_scripts/android32.Dockerfile index e49bdc6520..4e4f40276d 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