Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Grewe
gitlab-ci-android
Commits
a3b48123
Commit
a3b48123
authored
Oct 24, 2016
by
Jan Grewe
Browse files
Merge branch 'master' of git.faked.org:jan/gitlab-ci-android
parents
9c03d8a0
759a0d68
Pipeline
#241
passed with stages
in 5 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a3b48123
...
...
@@ -34,8 +34,8 @@ RUN apt-get -qq update && \
RUN
rm
-f
/etc/ssl/certs/java/cacerts
;
\
/var/lib/dpkg/info/ca-certificates-java.postinst configure
ADD
http://dl.google.com/android/repository/tools_r${VERSION_SDK_TOOLS}-linux.zip /tools.zip
RUN
unzip /tools.zip
-d
/sdk
&&
\
RUN
curl
-s
http://dl.google.com/android/repository/tools_r
${
VERSION_SDK_TOOLS
}
-linux
.zip
>
/tools.zip
&&
\
unzip /tools.zip
-d
/sdk
&&
\
rm
-v
/tools.zip
RUN
mkdir
-p
$ANDROID_HOME
/licenses/
\
...
...
Write
Preview
Supports
Markdown
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