Skip to content

Instantly share code, notes, and snippets.

@yumu19
Created January 20, 2015 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yumu19/5dd0ac6a71153785df3d to your computer and use it in GitHub Desktop.
Save yumu19/5dd0ac6a71153785df3d to your computer and use it in GitHub Desktop.
Dockerfile of kanon (trac)
FROM centos:6
MAINTAINER Tsubasa YUMURA @yumu19
RUN yum -y update
RUN yum -y install mercurial which
RUN cd /tmp && hg clone https://bitbucket.org/okamototk/kanonconductor
RUN yes | /tmp/kanonconductor/kanon-setup
RUN echo 'export PATH=/opt/kanon/bin/:$PATH' >> /root/.bash_profile
RUN source /root/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment