Browse Source

Revert "docker image: try to fix issue with Android SDK & Java 11"

This reverts commit f860eeba3a.
master
Leonid Plyushch 5 years ago
parent
commit
ebdd4f6f11
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/Dockerfile

1
scripts/Dockerfile

@ -8,7 +8,6 @@ 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/

Loading…
Cancel
Save