summaryrefslogtreecommitdiff
path: root/docker/centos_19/Dockerfile
blob: 157e74607da3d3b151eb0522f6ceb12630487d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
FROM centos

RUN yum -y update 

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




RUN wget https://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm

RUN rpm -Uvh erlang-solutions-1.0-1.noarch.rpm

RUN  yum update -y 

RUN  yum install -y  \
     erlang-19.1-1.el7.centos.x86_64 \
	 rebar \
  	 erlang-rebar \
  	 rpm-build