Merge pull request #5820

ac0a229 Fix Android build in Docker (hyperreality)
release-v0.7.1.0
luigi1111 5 years ago
commit 174c3a05f6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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

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

Loading…
Cancel
Save