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
978fdb12
Commit
978fdb12
authored
Jul 26, 2016
by
Hugo Beauzée-Luyssen
Committed by
Konstantin Pavlov
Aug 23, 2016
Browse files
Add an ubuntu xenial base
Signed-off-by:
Konstantin Pavlov
<
thresh@videolan.org
>
parent
6fec2f7c
Changes
2
Show whitespace changes
Inline
Side-by-side
videolan-base/xenial/Dockerfile
0 → 100644
View file @
978fdb12
FROM
ubuntu:xenial
MAINTAINER
VideoLAN roots <roots@videolan.org>
RUN
apt-get update
&&
\
apt-get
install
-y
openssh-server openjdk-8-jdk lftp ca-certificates
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
&&
\
sed
-i
's|session required pam_loginuid.so|session optional pam_loginuid.so|g'
/etc/pam.d/sshd
&&
\
mkdir
-p
/var/run/sshd
&&
\
adduser
--quiet
jenkins
&&
\
echo
"jenkins:jenkins"
| chpasswd
videolan-base/xenial/Makefile
0 → 100644
View file @
978fdb12
.PHONY
:
build
build
:
docker build
-t
videolan-base-xenial: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