File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 1
1
MIX =mix
2
2
SMPPSEND_BIN =smppsend
3
3
4
- VERSIONS =17 18 19 20 21
4
+ VERSIONS =19 20 21 22
5
5
6
6
all : clean_bin $(VERSIONS ) release
7
7
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
FROM centos:centos6
2
2
3
- MAINTAINER Ilya Averyanov <ilya@averyanov.org >
3
+ MAINTAINER Ilya Averyanov <a.mikka@fun-box.ru >
4
4
5
5
ENV LANG=en_US.UTF-8
6
6
7
7
RUN yum install -y https://yum.kaos.st/kaos-repo-latest.el6.noarch.rpm
8
- RUN yum install -y unzip git erlang17
8
+ RUN yum install -y unzip git erlang22 --enablerepo kaos-testing
9
9
10
- RUN curl -fSL -o elixir-precompiled.zip https://github.com/elixir-lang/elixir/releases/download/v1.1 .1/Precompiled.zip
10
+ RUN curl -fSL -o elixir-precompiled.zip https://github.com/elixir-lang/elixir/releases/download/v1.9 .1/Precompiled.zip
11
11
12
12
RUN unzip -d /usr/local elixir-precompiled.zip
13
13
RUN mix local.hex --force
14
14
RUN mix local.rebar --force
15
-
You can’t perform that action at this time.
0 commit comments