Skip to content

Instantly share code, notes, and snippets.

View deanwilson's full-sized avatar

Dean Wilson deanwilson

View GitHub Profile
FROM centos:7
MAINTAINER R.I.Pienaar "[email protected]"
WORKDIR /opt/gogs
RUN yum install -y git openssh-server unzip initscripts rsync; yum clean all
RUN yum -y update; yum clean all
RUN useradd --shell /bin/bash --system --comment gogits git