Skip to content

Commit

Permalink
Update android32.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyia authored Oct 4, 2020
1 parent 09e0d56 commit 48f96a9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 48f96a9

Please sign in to comment.