Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
UNL ITS
docker-ci
Commits
83f48a48
Commit
83f48a48
authored
3 months ago
by
Roger Feese
Browse files
Options
Downloads
Patches
Plain Diff
Add gcompat glibc compatibility layer required by Android build tools.
parent
8a39bf36
Branches
Branches containing commit
No related tags found
2 merge requests
!107
fix android build server aapt2 failure
,
!106
Add gcompat glibc compatibility layer required by Android build tools.
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
android-build-server/Dockerfile
+1
-1
1 addition, 1 deletion
android-build-server/Dockerfile
with
1 addition
and
1 deletion
android-build-server/Dockerfile
+
1
−
1
View file @
83f48a48
...
...
@@ -17,7 +17,7 @@ ENV ANDROID_HOME /opt/android-sdk-linux
ENV
PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools:${ANDROID_HOME}/cmdline-tools/latest/bin
WORKDIR
/opt
RUN
apk add
--no-cache
curl bash unzip libstdc++ su-exec
RUN
apk add
--no-cache
curl bash unzip libstdc++ su-exec
gcompat
RUN
mkdir
-p
/opt/android-sdk-linux/cmdline-tools
\
&&
curl
-q
-o
commandlinetools.zip
-L
https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
\
&&
unzip
-q
commandlinetools.zip
-d
${
ANDROID_HOME
}
/cmdline-tools
\
...
...
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