Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
9e6214f8
Unverified
Commit
9e6214f8
authored
Feb 24, 2023
by
Ricardo Amador
Committed by
GitHub
Feb 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a note about updating and fix env variable (#121293)
Add a note about updating and fix env variable
parent
5d99748c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Dockerfile
dev/ci/docker_linux/Dockerfile
+2
-3
No files found.
dev/ci/docker_linux/Dockerfile
View file @
9e6214f8
...
...
@@ -57,7 +57,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
default-jdk-headless
\
gcc
\
google-chrome-stable
\
jaxb
\
lib32stdc++6
\
libglu1-mesa
\
libstdc++6
\
...
...
@@ -70,9 +69,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ENV
JAVA_HOME="/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64"
RUN
export
CLASSPATH
=
'/usr/share/jaxb/lib'
# Install the Android SDK Dependency.
# In the event of an update you can visit this page: https://developer.android.com/studio and scroll to the bottom to find
# the latest version to update. Be wary of any changes to the name of the package as you will need to adjust the paths below.
ENV
ANDROID_SDK_URL="https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip"
ENV
ANDROID_TOOLS_ROOT="/opt/android_sdk"
RUN
mkdir
-p
"
${
ANDROID_TOOLS_ROOT
}
"
...
...
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