Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
docker-images
Commits
0cda66bf
Commit
0cda66bf
authored
Nov 13, 2020
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc-debian-llvm-mingw: Revert back to debian buster
In the hope that it will fix the build
parent
f835df6b
Pipeline
#37802
passed with stage
in 47 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vlc-debian-llvm-mingw/Dockerfile
vlc-debian-llvm-mingw/Dockerfile
+2
-2
No files found.
vlc-debian-llvm-mingw/Dockerfile
View file @
0cda66bf
FROM
debian:
sid
-20201012-slim
FROM
debian:
buster
-20201012-slim
MAINTAINER
VideoLAN roots <roots@videolan.org>
...
...
@@ -16,7 +16,7 @@ RUN apt-get update -qq && mkdir -p /usr/share/man/man1 && \
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.
8
1
update-alternatives
--install
/usr/bin/python python /usr/bin/python3.
7
1
ENV
LANG=en_US.UTF-8
...
...
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