Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
android-sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
android-sdk
Commits
777fb402
Verified
Commit
777fb402
authored
4 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Reduce logging
parent
5d4ff077
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#621
passed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
777fb402
...
...
@@ -12,12 +12,12 @@ RUN wget --quiet --output-document=android-sdk.zip https://dl.google.com/android
RUN
mkdir
android-sdk-linux/licenses
&&
\
printf
"8933bad161af4178b1185d1a37fbf41ea5269c55
\n
d56f5187479451eabf01fb78af6dfcb131a6481e
\n
24333f8a63b6825ea9c5514f83c2829b004d1fee"
>
android-sdk-linux/licenses/android-sdk-license
&&
\
printf
"84831b9409646a918e30573bab4c9c91346d8abd"
>
android-sdk-linux/licenses/android-sdk-preview-license
RUN
android-sdk-linux/tools/bin/sdkmanager
--update
RUN
android-sdk-linux/tools/bin/sdkmanager
--update
>
/dev/null
RUN
android-sdk-linux/tools/bin/sdkmanager
\
"platforms;android-
${
PLATFORM
}
"
\
"build-tools;
${
BUILD_TOOLS
}
"
\
"extras;google;m2repository"
\
"extras;android;m2repository"
"extras;android;m2repository"
>
/dev/null
FROM
openjdk:11-jdk
COPY
--from=builder /android-sdk-linux /android-sdk-linux
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment