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
60da5f88
Commit
60da5f88
authored
Aug 25, 2016
by
Konstantin Pavlov
Browse files
Updated build-deps for snapcraft.
parent
af40c4bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-ubuntu-xenial/Dockerfile
View file @
60da5f88
...
...
@@ -2,7 +2,9 @@ FROM videolan-base-xenial:latest
# Don't clean the package lists cache, snapcraft needs it.
RUN
apt-get update
&&
\
apt-get
install
-y
git-core make build-essential snapcraft locales
&&
\
apt-get
install
-y
git-core make build-essential snapcraft locales
\
protobuf-compiler
&&
\
apt-get build-dep
-y
vlc
&&
\
apt-get clean
-y
&&
\
locale-gen en_US.UTF-8
&&
\
/usr/sbin/update-locale
LANG
=
en_US.UTF-8
...
...
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