Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ci-image-android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
briar
ci-image-android
Commits
601b039c
Verified
Commit
601b039c
authored
Oct 17, 2019
by
Torsten Grote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: show java versions
parent
e329ba8c
Pipeline
#3799
failed with stages
in 1 minute and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
Dockerfile
Dockerfile
+1
-1
install.sh
install.sh
+7
-2
No files found.
Dockerfile
View file @
601b039c
FROM
debian:buster
FROM
debian:buster
-slim
ENV
LANG=C.UTF-8
ENV
DEBIAN_FRONTEND=noninteractive
...
...
install.sh
View file @
601b039c
...
...
@@ -15,6 +15,9 @@ echo "path-exclude=/usr/share/doc/*" >> /etc/dpkg/dpkg.cfg.d/01_nodoc
apt-get update
apt-get
-y
upgrade
ls
-la
/usr/share/man/man1/
mkdir
-p
/usr/share/man/man1/
# install Debian packages
apt-get
install
-y
--no-install-recommends
\
git
\
...
...
@@ -32,8 +35,10 @@ rm -rf /var/lib/apt/lists/*
# Android Part #
################
# Install Android SDK Manager (tools 26.1.1)
wget
--no-verbose
-O
tools.zip https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip
update-alternatives
--list
java
# Install Android SDK Manager
wget
--no-verbose
-O
tools.zip https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
unzip tools.zip
rm
tools.zip
mkdir
${
ANDROID_HOME
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment