Skip to content

Instantly share code, notes, and snippets.

@ogawa0071
Created April 24, 2018 12:59
Show Gist options
  • Select an option

  • Save ogawa0071/4044a023edf226a0fb72de34f7a41e7e to your computer and use it in GitHub Desktop.

Select an option

Save ogawa0071/4044a023edf226a0fb72de34f7a41e7e to your computer and use it in GitHub Desktop.
Garoon
FROM centos/httpd
WORKDIR /tmp
RUN yum update -y
RUN yum install -y httpd bash cyrus-sasl-lib glibc libaio libgcc libstdc++ ncurses-libs nss-softokn-freebl perl perl-Data-Dumper zlib
RUN curl -O https://download.cybozu.co.jp/cbgrn/grn-4.0.0a-linux-x64.bin
RUN curl -O https://download.cybozu.co.jp/cbgrn/grn-4.0-sp3-linux.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment