Skip to content

Commit d5e8d62

Browse files
authored
Merge pull request #200 from hsyia/patch-3
Patch 3
2 parents d007e78 + 48f96a9 commit d5e8d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/build_scripts/android32.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:stable
22

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

55
WORKDIR /opt/android
66
## INSTALL ANDROID SDK

utils/build_scripts/android64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:stable
22

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

55
WORKDIR /opt/android
66
## INSTALL ANDROID SDK

0 commit comments

Comments
 (0)