We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4e317 commit 95e7808Copy full SHA for 95e7808
1 file changed
Dockerfile
@@ -14,7 +14,6 @@ ENV HOME=/root \
14
15
# Copy Gradle
16
COPY --from=gradle_image "${GRADLE_HOME}" "${GRADLE_HOME}"
17
-VOLUME "${GRADLE_HOME}"
18
19
# Copy Android Sdk
20
COPY --from=android_image "${ANDROID_ROOT}" "${ANDROID_ROOT}"
@@ -28,3 +27,4 @@ ENTRYPOINT ["./entrypoint.sh"]
28
27
ONBUILD ARG INSTALL_PACKAGE_LIST
29
ONBUILD RUN ./install.sh ${INSTALL_PACKAGE_LIST}
30
ONBUILD VOLUME "${ANDROID_ROOT}/sdk"
+ONBUILD VOLUME "${GRADLE_HOME}"
0 commit comments