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
4bf39a75
Commit
4bf39a75
authored
1 year ago
by
Matthias Dressel
Browse files
Options
Downloads
Patches
Plain Diff
vlc-debian-llvm-ucrt: Fix indentation
parent
3d7fc0fe
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-llvm-ucrt/Dockerfile
+5
-5
5 additions, 5 deletions
vlc-debian-llvm-ucrt/Dockerfile
with
5 additions
and
5 deletions
vlc-debian-llvm-ucrt/Dockerfile
+
5
−
5
View file @
4bf39a75
...
...
@@ -12,11 +12,11 @@ ENV WINE_SDK_PATH=/usr/include/wine/wine/windows
RUN
apt-get update
-qq
&&
mkdir
-p
/usr/share/man/man1
&&
\
apt-get
-y
dist-upgrade
&&
\
apt-get
install
-qqy
--no-install-suggests
--no-install-recommends
\
git wget bzip2 file unzip libtool-bin pkg-config build-essential
\
automake yasm gettext autopoint vim ninja-build ant
\
winbind flex ragel bison zip dos2unix p7zip-full gperf nsis nasm cmake
\
python3 python3-venv python3-setuptools python3-mako locales meson help2man libltdl-dev
\
ca-certificates curl default-jdk-headless gnupg procps
&&
\
git wget bzip2 file unzip libtool-bin pkg-config build-essential
\
automake yasm gettext autopoint vim ninja-build ant
\
winbind flex ragel bison zip dos2unix p7zip-full gperf nsis nasm cmake
\
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
-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
&&
\
...
...
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