From a4aa98281213d52834e2d866e6bff9b4af4aeb5c Mon Sep 17 00:00:00 2001
From: Jan Grewe <jan@faked.org>
Date: Mon, 4 Apr 2016 16:24:20 +0200
Subject: [PATCH] fix typo

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b51b8cb..0cea6a3 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
-- 
GitLab