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:
3
build-tools/dockerfiles/verify-debian/Dockerfile
Normal file
3
build-tools/dockerfiles/verify-debian/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM debian:jessie
|
||||
RUN apt-get -y update && apt-get -y install wget git
|
||||
|
||||
Reference in New Issue
Block a user