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
af0fff8d
Commit
af0fff8d
authored
1 year ago
by
Matthias Dressel
Browse files
Options
Downloads
Patches
Plain Diff
vlc-debian-win64: Add uft8 locale
Harmonize with the -win32 image.
parent
e0be6317
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-win64/Dockerfile
+3
-1
3 additions, 1 deletion
vlc-debian-win64/Dockerfile
with
3 additions
and
1 deletion
vlc-debian-win64/Dockerfile
+
3
−
1
View file @
af0fff8d
...
@@ -35,8 +35,9 @@ RUN set -x && \
...
@@ -35,8 +35,9 @@ RUN set -x && \
gettext cmake dos2unix zip wine nsis g++-mingw-w64-i686 curl gperf flex bison
\
gettext cmake dos2unix zip wine nsis g++-mingw-w64-i686 curl gperf flex bison
\
libcurl4-gnutls-dev python3 python3-venv python3-setuptools python3-mako python3-requests
\
libcurl4-gnutls-dev python3 python3-venv python3-setuptools python3-mako python3-requests
\
lftp gcc make procps ca-certificates
\
lftp gcc make procps ca-certificates
\
openjdk-11-jdk-headless nasm jq gnupg
\
openjdk-11-jdk-headless
locales
nasm jq gnupg
\
&&
\
&&
\
localedef
-i
en_US
-c
-f
UTF-8
-A
/usr/share/locale/locale.alias en_US.UTF-8
&&
\
dpkg
--add-architecture
i386
&&
\
dpkg
--add-architecture
i386
&&
\
apt-get update
&&
apt-get
-y
install
--no-install-suggests
--no-install-recommends
wine32
&&
\
apt-get update
&&
apt-get
-y
install
--no-install-suggests
--no-install-recommends
wine32
&&
\
echo
"deb http://deb.debian.org/debian testing main"
>
/etc/apt/sources.list.d/testing.list
&&
\
echo
"deb http://deb.debian.org/debian testing main"
>
/etc/apt/sources.list.d/testing.list
&&
\
...
@@ -164,6 +165,7 @@ RUN set -x && \
...
@@ -164,6 +165,7 @@ RUN set -x && \
cmake
--build
cbuild
--parallel
$CORES
&&
cmake
--install
cbuild
--prefix
/opt/protobuf
&&
\
cmake
--build
cbuild
--parallel
$CORES
&&
cmake
--install
cbuild
--prefix
/opt/protobuf
&&
\
cd
/
&&
rm
-rf
/build
cd
/
&&
rm
-rf
/build
ENV
LANG=en_US.UTF-8
USER
videolan
USER
videolan
RUN
wine wineboot
--init
&&
\
RUN
wine wineboot
--init
&&
\
/opt/wine/wait_process.sh wineserver
&&
\
/opt/wine/wait_process.sh wineserver
&&
\
...
...
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