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.
4 lines
73 B
Docker
4 lines
73 B
Docker
FROM debian:jessie
|
|
RUN apt-get -y update && apt-get -y install wget git
|
|
|