Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
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
Tung Huynh
docker-images
Commits
52388581
Commit
52388581
authored
1 year ago
by
Matthias Dressel
Browse files
Options
Downloads
Patches
Plain Diff
vlc-debian-llvm-msvcrt: Switch to bookworm as the new stable release
Replace apt-key which is deprecated.
parent
3a29651d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-debian-llvm-msvcrt/Dockerfile
+4
-5
4 additions, 5 deletions
vlc-debian-llvm-msvcrt/Dockerfile
with
4 additions
and
5 deletions
vlc-debian-llvm-msvcrt/Dockerfile
+
4
−
5
View file @
52388581
FROM
debian:b
ullseye
-2023
0208
-slim
FROM
debian:b
ookworm
-2023
1009
-slim
MAINTAINER
VideoLAN roots <roots@videolan.org>
...
...
@@ -18,14 +18,13 @@ RUN apt-get update -qq && mkdir -p /usr/share/man/man1 && \
python3 python3-venv python3-setuptools python3-mako locales meson help2man libltdl-dev
\
ca-certificates curl default-jdk-headless gnupg procps
&&
\
dpkg
--add-architecture
i386
&&
\
wget
-nc
https://dl.winehq.org/wine-builds/winehq.key
&&
\
apt-key add winehq.key
&&
rm
-f
winehq.key
&&
\
echo
"deb https://dl.winehq.org/wine-builds/debian/ bullseye main"
>
/etc/apt/sources.list.d/winehq.list
&&
\
wget
-nc
-O
/etc/apt/keyrings/winehq.asc https://dl.winehq.org/wine-builds/winehq.key
&&
\
echo
"deb [ signed-by=/etc/apt/keyrings/winehq.asc ] https://dl.winehq.org/wine-builds/debian/ bookworm main"
>
/etc/apt/sources.list.d/winehq.list
&&
\
apt-get update
&&
apt-get
-y
install
winehq-stable
&&
\
apt-get clean
-y
&&
\
rm
-rf
/var/lib/apt/lists/
*
&&
\
localedef
-i
en_US
-c
-f
UTF-8
-A
/usr/share/locale/locale.alias en_US.UTF-8
&&
\
update-alternatives
--install
/usr/bin/python python /usr/bin/python3.
9
1
update-alternatives
--install
/usr/bin/python python /usr/bin/python3.
11
1
ENV
LANG=en_US.UTF-8
...
...
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