Skip to content

Commit

Permalink
Update android.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nguoianphu authored Jul 19, 2023
1 parent 574a16e commit 97a75d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/android.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG JDK_VERSION

FROM alvrme/alpine-android-base:jdk${JDK_VERSION}
FROM nguoianphu/alpine-android-base:jdk${JDK_VERSION}
LABEL maintainer="Álvaro Salcedo García <[email protected]>"

ARG BUILD_TOOLS
Expand All @@ -12,4 +12,4 @@ ENV PATH $PATH:${ANDROID_SDK_ROOT}/build-tools/${BUILD_TOOLS}
RUN sdkmanager --sdk_root="${ANDROID_SDK_ROOT}" --install "build-tools;${BUILD_TOOLS}" "platforms;android-${TARGET_SDK}" && \
sdkmanager --sdk_root="${ANDROID_SDK_ROOT}" --uninstall emulator

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 97a75d7

Please sign in to comment.