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
51954faf
Commit
51954faf
authored
Jun 14, 2016
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added wget and dos2unix to debian-win* images.
parent
119dd90a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vlc-debian-win32/Dockerfile
vlc-debian-win32/Dockerfile
+1
-1
vlc-debian-win64/Dockerfile
vlc-debian-win64/Dockerfile
+1
-1
No files found.
vlc-debian-win32/Dockerfile
View file @
51954faf
...
...
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get -y install \
gcc-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64-tools lua5.2-dev lua5.2
\
libtool automake autoconf autopoint make gettext pkg-config qt4-dev-tools
\
qt4-default git subversion cmake cvs libwine-dev wine-development wine
\
zip nsis bzip2 p7zip-full
&&
\
zip nsis bzip2 p7zip-full
wget dos2unix
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
/enforce-static.sh
vlc-debian-win64/Dockerfile
View file @
51954faf
...
...
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get -y install \
gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64-tools lua5.2-dev
\
lua5.2 libtool automake autoconf autopoint make gettext pkg-config
\
qt4-dev-tools qt4-default git subversion cmake cvs libwine-dev
\
wine-development wine zip nsis bzip2 p7zip-full
&&
\
wine-development wine zip nsis bzip2 p7zip-full
wget dos2unix
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
/enforce-static.sh
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