Skip to content

Commit 7ce5e0f

Browse files
author
Roberto Quintanilla
committed
Added comment regarding the officially endorsed Erlang debian repository
1 parent 33c8fc9 commit 7ce5e0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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+
# Add the officially endorsed Erlang debian repository:
7+
# See:
8+
# - http://www.erlang.org/download.html
9+
# - https://www.erlang-solutions.com/downloads/download-erlang-otp
610
RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 434975BD900CCBE4F7EE1B1ED208507CA14F4FCA
711
RUN echo 'deb http://packages.erlang-solutions.com/debian wheezy contrib' > /etc/apt/sources.list.d/erlang.list
812

0 commit comments

Comments
 (0)