File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,14 @@ ENV LANGUAGE en_US.UTF-8
54
54
55
55
# Install erlang
56
56
RUN echo 'deb http://packages.erlang-solutions.com/debian wheezy contrib' >> /etc/apt/sources.list \
57
- && curl --silent --output /tmp/erlang_solutions.asc -L "http://packages.erlang-solutions.com/debian/erlang_solutions.asc" \
58
- && apt-key add /tmp/erlang_solutions.asc \
57
+ && apt-key adv --keyserver keys.gnupg.net --recv-keys 434975BD900CCBE4F7EE1B1ED208507CA14F4FCA \
59
58
&& apt-get update \
60
59
&& apt-get -y --no-install-recommends install erlang-base \
61
60
erlang-snmp erlang-ssl erlang-ssh erlang-webtool erlang-tools \
62
61
erlang-xmerl erlang-corba erlang-diameter erlang-eldap \
63
62
erlang-eunit erlang-ic erlang-inviso erlang-odbc erlang-os-mon \
64
63
erlang-parsetools erlang-percept erlang-typer erlang-src \
65
64
erlang-dev \
66
- && rm /tmp/erlang_solutions.asc \
67
65
&& rm -rf /var/lib/apt/lists/*
68
66
69
67
# Install ejabberd from source
You can’t perform that action at this time.
0 commit comments