Skip to content

Commit

Permalink
erlang requires EPEL
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlond authored Mar 5, 2018
1 parent 41624fd commit 91c0376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Luis Fernando Gomes <your@luiscoms.com.br>

ENV ERLANG_SOLUTIONS_VERSION 1.0-1
RUN yum update -y && yum clean all
RUN yum install -y wget && yum clean all
RUN yum install -y wget epel-release && yum clean all
RUN yum install -y http://packages.erlang-solutions.com/erlang-solutions-${ERLANG_SOLUTIONS_VERSION}.noarch.rpm && yum clean all
RUN yum install -y erlang && yum clean all

Expand Down

0 comments on commit 91c0376

Please sign in to comment.