Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Silence
Android CI
Commits
99b6f529
Commit
99b6f529
authored
Apr 12, 2020
by
Bastien Le Querrec
Browse files
unbreak apt update
parent
7f20fcce
Pipeline
#145
passed with stage
in 7 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
99b6f529
...
...
@@ -19,7 +19,7 @@ RUN set -o xtrace && \
apt-get
--quiet
install
--yes
wget
tar
unzip lib32stdc++6 lib32z1 bash libgl1-mesa-glx
&&
\
apt-get clean autoclean
&&
\
apt-get autoremove
--yes
&&
\
rm
-rf
/var/lib/
{
apt
,dpkg,cache,log
}
/
&&
\
rm
-rf
/var/lib/apt
/lists/
*
&&
\
wget
--quiet
--output-document
=
commandlinetools.zip https://dl.google.com/android/repository/commandlinetools-linux-
${
ANDROID_SDK_TOOLS
}
.zip
&&
\
unzip
-d
${
ANDROID_HOME
}
commandlinetools.zip
>
/dev/null
&&
\
rm
commandlinetools.zip
&&
\
...
...
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