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
Merge requests
!106
Add gcompat glibc compatibility layer required by Android build tools.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add gcompat glibc compatibility layer required by Android build tools.
fix-android-build-server-aapt2-failure
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Roger Feese
requested to merge
fix-android-build-server-aapt2-failure
into
develop
4 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
83f48a48
1 commit,
4 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
android-build-server/Dockerfile
+
1
−
1
Options
@@ -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
\
Loading