Skip to content

Commit 9f94b39

Browse files
Merge pull request #277 from smswithoutborders/dev
update: path for platform tools
2 parents c62f540 + 524c584 commit 9f94b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /android
77
COPY . .
88

99
ENV ANDROID_HOME "/usr/lib/android-sdk/"
10-
ENV PATH "${PATH}:${ANDROID_HOME}tools/:${ANDROID_HOME}platforms-tools/"
10+
ENV PATH "${PATH}:${ANDROID_HOME}tools/:${ANDROID_HOME}platform-tools/"
1111
# ENV GRADLE_OPTS "-Xmx2048m"
1212

1313
RUN yes | sdkmanager --licenses

0 commit comments

Comments
 (0)