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
8170c5f6
Commit
8170c5f6
authored
Jul 13, 2016
by
Konstantin Pavlov
Browse files
Added vlc-debian-unstable.
parent
32764c75
Changes
2
Show whitespace changes
Inline
Side-by-side
vlc-debian-unstable/Dockerfile
0 → 100644
View file @
8170c5f6
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
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
vlc-debian-unstable/Makefile
0 → 100644
View file @
8170c5f6
.PHONY
:
build
build
:
docker build
-t
jenkins-vlc-devel-debian-unstable:latest .
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