Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
docker-images
Commits
f16250bb
Commit
f16250bb
authored
Jul 13, 2016
by
Konstantin Pavlov
Browse files
vlc-debian-unstable: Install ffmpeg development packages.
parent
8170c5f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-debian-unstable/Dockerfile
View file @
f16250bb
...
...
@@ -2,6 +2,9 @@ FROM videolan-base-sid:latest
RUN
apt-get update
&&
apt-get build-dep
-y
vlc
&&
\
apt-get
install
-y
git-core libtool automake autoconf autopoint make
\
gettext pkg-config subversion cmake cvs zip bzip2 p7zip-full wget dos2unix
\
ragel yasm g++ protobuf-compiler m4 ant build-essential libtool-bin
&&
\
gettext pkg-config subversion cmake cvs zip bzip2 p7zip-full wget
\
dos2unix ragel yasm g++ protobuf-compiler m4 ant build-essential
\
libtool-bin libavcodec-dev libavdevice-dev libavfilter-dev
\
libavformat-dev libavresample-dev libavutil-dev libpostproc-dev
\
libswscale-dev
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
Write
Preview
Supports
Markdown
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