Code Review
/
stor4nfv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Local Documentation Builds
[stor4nfv.git]
/
ci
/
build_deb
/
Dockerfile
1
#!/bin/bash
2
3
FROM ubuntu:16.04
4
RUN apt-get update && apt-get install -y \
5
sudo \
6
git \
7
cmake \
8
debhelper \
9
python-pip
10
RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo
11
RUN chmod 0440 /etc/sudoers.d/open-sudo