Archived
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:
@@ -0,0 +1,5 @@
|
||||
FROM code.em32.net:14567/overviewer/minecraft-overviewer:base
|
||||
RUN yum -y install mock
|
||||
RUN useradd --create-home --groups mock overviewer
|
||||
USER overviewer
|
||||
|
||||
Reference in New Issue
Block a user