Merge pull request #5820

ac0a229 Fix Android build in Docker (hyperreality)
This commit is contained in:
luigi1111
2019-08-27 15:22:08 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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