summaryrefslogtreecommitdiff
path: root/docker/centos_21/Dockerfile
blob: 27aac6851756f9396612edaf11bd1b4c2d1d377d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM centos

RUN yum -y update

RUN yum install -y  \
  make \
  git  \
  wget \
  which \
  epel-release \
  nano

RUN yum install -y https://dl.bintray.com/rabbitmq-erlang/rpm/erlang/21/el/7/x86_64/erlang-21.3.8.16-1.el7.x86_64.rpm

RUN wget https://github.com/rebar/rebar/wiki/rebar && chmod +x rebar