Enable gitlab CI
Even though the overviewer repo is hosted on github, this new CI stuff is useful for mirrors of overviewer hosted on gitlab. To support package builds for a few distributions, a set of dockerfiles have been created.
This commit is contained in:
5
build-tools/dockerfiles/centos6/Dockerfile
Normal file
5
build-tools/dockerfiles/centos6/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM centos:6
|
||||
RUN yum -y install epel-release && yum -y install git wget python2 @'Development Tools' python-imaging-devel numpy python-sphinx mock
|
||||
RUN useradd --create-home --groups mock overviewer
|
||||
USER overviewer
|
||||
|
||||
Reference in New Issue
Block a user