We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tee
1 parent bb742aa commit cec3ec7Copy full SHA for cec3ec7
Dockerfile
@@ -312,7 +312,7 @@ RUN --mount=type=tmpfs,target=/android \
312
fi \
313
&& yes | $ANDROID_HOME/cmdline-tools/bin/sdkmanager $SDK_MANAGER_PROXY_OPTIONS --sdk_root=$ANDROID_HOME "platform-tools" "cmdline-tools;latest"
314
315
-RUN curl -ksS https://storage.googleapis.com/git-repo-downloads/repo | tee $ANDROID_HOME/cmdline-tools/bin/repo > /dev/null 2>&1 \
+RUN curl -ksS https://storage.googleapis.com/git-repo-downloads/repo > $ANDROID_HOME/cmdline-tools/bin/repo \
316
&& sudo chmod a+x $ANDROID_HOME/cmdline-tools/bin/repo
317
318
FROM scratch AS android
0 commit comments