From 13dddcdd1a5cad343b0b46d51ea42e7c48f57fe3 Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 25 May 2020 17:59:55 +0300 Subject: [PATCH] fixes --- teamcity-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teamcity-agent/Dockerfile b/teamcity-agent/Dockerfile index b1d24c24b..5014c51c2 100644 --- a/teamcity-agent/Dockerfile +++ b/teamcity-agent/Dockerfile @@ -293,7 +293,7 @@ RUN apt-get install -y --allow-unauthenticated \ android-sdk \ android-sdk-build-tools \ android-sdk-platform-tools && \ - echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > /usr/lib/android-sdk/licensesandroid-sdk-license + echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > /usr/lib/android-sdk/licenses/android-sdk-license ENV ANDROID_HOME=/usr/lib/android-sdk ENV ANDROID_SDK_ROOT=/usr/lib/android-sdk