Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
.
/
.travis
/
centos6
/
Dockerfile
blob: e223b4391649c3c1813c7150a1405aded413bf0a [
file
] [
log
] [
blame
] [
edit
]
FROM centos
:
6
RUN yum
-
y groupinstall
'Development Tools'
RUN yum
-
y install yum
-
utils
RUN yum
-
y install sudo
RUN useradd
-
s
/
bin
/
bash
-
m rpm
RUN echo
>>
/etc/
sudoers
RUN echo
"rpm ALL=(ALL) NOPASSWD:ALL"
>>
/etc/
sudoers
USER rpm
WORKDIR
/
home
/
rpm