Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
docker-buildbots
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rafaël Carré
docker-buildbots
Commits
3b89d91e
Commit
3b89d91e
authored
Jun 14, 2016
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added m4 ant build-essential libtool-bin to debian-win* images.
parent
99450dfb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
vlc-debian-android/Dockerfile
vlc-debian-android/Dockerfile
+3
-3
vlc-debian-win32/Dockerfile
vlc-debian-win32/Dockerfile
+2
-1
vlc-debian-win64/Dockerfile
vlc-debian-win64/Dockerfile
+1
-1
No files found.
vlc-debian-android/Dockerfile
View file @
3b89d91e
FROM
videolan-base-sid:latest
RUN
dpkg
--add-architecture
i386
&&
apt-get update
&&
\
apt-get
install
-y
autoconf m4 a
nt a
utomake ant autopoint cmake
\
apt-get
install
-y
autoconf m4 automake ant autopoint cmake
\
build-essential libtool libtool-bin patch pkg-config ragel subversion
\
unzip git rpm2cpio libwebkitgtk-1.0-0 yasm ragel unzip g++
\
protobuf-compiler gettext
libgsm1-dev chromium wget expect unzip
\
git rpm2cpio libwebkitgtk-1.0-0 yasm ragel g++ protobuf-compiler gettext
\
libgsm1-dev chromium wget expect unzip
\
zlib1g:i386 libstdc++6:i386 libc6:i386
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
vlc-debian-win32/Dockerfile
View file @
3b89d91e
...
...
@@ -6,7 +6,8 @@ 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 wget dos2unix ragel yasm g++ protobuf-compiler
&&
\
zip nsis bzip2 p7zip-full wget dos2unix ragel yasm g++ protobuf-compiler
\
m4 ant build-essential libtool-bin
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
/enforce-static.sh
vlc-debian-win64/Dockerfile
View file @
3b89d91e
...
...
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get -y install \
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 wget dos2unix ragel
\
yasm g++ protobuf-compiler
&&
\
yasm g++ protobuf-compiler
m4 ant build-essential libtool-bin
&&
\
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