Browse Source
docker image: try to fix issue with Android SDK & Java 11
master
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
0 deletions
-
scripts/Dockerfile
|
|
@ -8,6 +8,7 @@ FROM ubuntu:19.10 |
|
|
|
|
|
|
|
# Fix locale to avoid warnings: |
|
|
|
ENV LANG en_US.UTF-8 |
|
|
|
ENV JAVA_OPTS "-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee" |
|
|
|
|
|
|
|
# Needed for setup: |
|
|
|
COPY ./setup-ubuntu.sh ./setup-android-sdk.sh ./properties.sh /tmp/ |
|
|
|