File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ FROM debian:wheezy
3
3
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
4
4
RUN groupadd -r rabbitmq && useradd -r -d /var/lib/rabbitmq -m -g rabbitmq rabbitmq
5
5
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
+
6
9
# http://www.rabbitmq.com/install-debian.html
7
10
# "Please note that the word testing in this line refers to the state of our release of RabbitMQ, not any particular Debian distribution."
8
11
RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys F78372A06FF50C80464FC1B4F7B8CEA6056E8E56
You can’t perform that action at this time.
0 commit comments