Skip to content

Instantly share code, notes, and snippets.

@jaswinder97
Created March 5, 2017 06:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaswinder97/8b518703c649d3a799140600a6d16e6a to your computer and use it in GitHub Desktop.
Save jaswinder97/8b518703c649d3a799140600a6d16e6a to your computer and use it in GitHub Desktop.
Docker File for kloxo-mr panel on CentOS
FROM centos:centos6
MAINTAINER Name <jaswindersinghsn97@gmail.com>
RUN yum -y install wget
RUN yum install yum-priorities vim-minimal subversion curl zip unzip -y
RUN cd /tmp && \
wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate && \
rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
RUN cd / && \
yum clean all && \
yum update mratwork-* -y && \
yum install kloxomr7 -y
EXPOSE 10-8000
ENTRYPOINT sh /script/upcp
@usr-h
Copy link

usr-h commented Oct 22, 2017

wtf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment