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
cdf82d0c
Commit
cdf82d0c
authored
Aug 08, 2016
by
Hugo Beauzée-Luyssen
Browse files
medialibrary: Add missing packages
parent
8cd0158b
Changes
1
Hide whitespace changes
Inline
Side-by-side
medialibrary/Dockerfile
View file @
cdf82d0c
FROM
jenkins-vlc-devel-debian-unstable:latest
RUN
apt-get update
&&
apt-get
install
-yq
\
rapidjson-dev libsqlite3-dev
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
git clone https://git.videolan.org/git/vlc.git
&&
\
cd
vlc
&&
./bootstrap
&&
mkdir
build
&&
cd
build
&&
\
../configure
--disable-lua
--disable-qt
--disable-skins2
\
...
...
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