Skip to content

Commit 298b319

Browse files
author
Ilya Averyanov
committed
Updated OTP versions: added Erlang 22, removed unsupported by SMPPEX versions
1 parent 4f4acd8 commit 298b319

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIX=mix
22
SMPPSEND_BIN=smppsend
33

4-
VERSIONS=17 18 19 20 21
4+
VERSIONS=19 20 21 22
55

66
all: clean_bin $(VERSIONS) release
77

build/18/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
FROM centos:centos6
22

3-
MAINTAINER Ilya Averyanov <ilya@averyanov.org>
3+
MAINTAINER Ilya Averyanov <a.mikka@fun-box.ru>
44

55
ENV LANG=en_US.UTF-8
66

77
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
99

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
1111

1212
RUN unzip -d /usr/local elixir-precompiled.zip
1313
RUN mix local.hex --force
1414
RUN mix local.rebar --force
15-

0 commit comments

Comments
 (0)