Skip to content

Commit 914ca38

Browse files
author
Roberto Quintanilla
committed
Updated Erlang version to 17.4
1 parent 39d657a commit 914ca38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ FROM debian:wheezy
33
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44
RUN groupadd -r rabbitmq && useradd -r -d /var/lib/rabbitmq -m -g rabbitmq rabbitmq
55

6+
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv D208507CA14F4FCA
7+
RUN echo 'deb http://packages.erlang-solutions.com/debian wheezy contrib' > /etc/apt/sources.list.d/erlang.list
8+
69
# http://www.rabbitmq.com/install-debian.html
710
# "Please note that the word testing in this line refers to the state of our release of RabbitMQ, not any particular Debian distribution."
811
RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys F78372A06FF50C80464FC1B4F7B8CEA6056E8E56

0 commit comments

Comments
 (0)