Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
Matthias Dressel
docker-images
Commits
4c7899e8
Commit
4c7899e8
authored
1 year ago
by
Steve Lhomme
Committed by
Marvin Scholz
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
vlc-debian-android-3.0: use OpenJDK 17 from bookworm
JDK 17 is necessary for newer gradle versions.
parent
47aa9518
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-debian-android-3.0/Dockerfile
+2
-2
2 additions, 2 deletions
vlc-debian-android-3.0/Dockerfile
with
2 additions
and
2 deletions
vlc-debian-android-3.0/Dockerfile
+
2
−
2
View file @
4c7899e8
...
@@ -16,14 +16,14 @@ ARG VIDEOLAN_CI_UID=499
...
@@ -16,14 +16,14 @@ ARG VIDEOLAN_CI_UID=499
ARG
CORES=8
ARG
CORES=8
ENV
PATH=/opt/tools/bin:$PATH
ENV
PATH=/
sdk/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/:/
opt/tools/bin:$PATH
RUN
groupadd
--gid
${
VIDEOLAN_CI_UID
}
videolan
&&
\
RUN
groupadd
--gid
${
VIDEOLAN_CI_UID
}
videolan
&&
\
useradd
--uid
${
VIDEOLAN_CI_UID
}
--gid
videolan
--create-home
--shell
/bin/bash videolan
&&
\
useradd
--uid
${
VIDEOLAN_CI_UID
}
--gid
videolan
--create-home
--shell
/bin/bash videolan
&&
\
echo
"videolan:videolan"
| chpasswd
&&
\
echo
"videolan:videolan"
| chpasswd
&&
\
apt-get update
&&
\
apt-get update
&&
\
apt-get
install
--no-install-suggests
--no-install-recommends
-y
\
apt-get
install
--no-install-suggests
--no-install-recommends
-y
\
openjdk-
8
-jdk-headless ca-certificates autoconf m4 automake ant autopoint bison
\
openjdk-
17
-jdk-headless ca-certificates autoconf m4 automake ant autopoint bison
\
flex build-essential libtool libtool-bin patch pkg-config
\
flex build-essential libtool libtool-bin patch pkg-config
\
git yasm ragel g++ gettext
\
git yasm ragel g++ gettext
\
wget expect unzip python3 locales libltdl-dev curl
&&
\
wget expect unzip python3 locales libltdl-dev curl
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment