diff --git a/Dockerfile b/Dockerfile index b51b8cbd43271c0971dea9dea351b68048d3234f..0cea6a3901dbf0fd71ac38b3367aa2378be12e6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM ubuntu:15.10 MAINTAINER Jan Grewe <jan@faked.org> ENV SDK_VERSION "24.4.1" -ENV SDK_PACKAGES "plattform-tools,build-tools-23.0.3,android-23,addon-google_apis-google-23,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository" +ENV SDK_PACKAGES "platform-tools,build-tools-23.0.3,android-23,addon-google_apis-google-23,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository" ENV GRADLE_VERSION "2.12" ENV PATH "$PATH:/sdk/tools/templates/gradle/wrapper:/sdk/tools/" ENV DEBIAN_FRONTEND noninteractive