Skip to content

Commit 9dc8dae

Browse files
committed
Fixed gpg verification as the current verification is pointless.
* GPG verification was added in 7650b36 but unfortunately has been broken after this commit. * See jchaney/owncloud#12
1 parent 5e1cb7d commit 9dc8dae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,14 @@ ENV LANGUAGE en_US.UTF-8
5454

5555
# Install erlang
5656
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 \
5958
&& apt-get update \
6059
&& apt-get -y --no-install-recommends install erlang-base \
6160
erlang-snmp erlang-ssl erlang-ssh erlang-webtool erlang-tools \
6261
erlang-xmerl erlang-corba erlang-diameter erlang-eldap \
6362
erlang-eunit erlang-ic erlang-inviso erlang-odbc erlang-os-mon \
6463
erlang-parsetools erlang-percept erlang-typer erlang-src \
6564
erlang-dev \
66-
&& rm /tmp/erlang_solutions.asc \
6765
&& rm -rf /var/lib/apt/lists/*
6866

6967
# Install ejabberd from source

0 commit comments

Comments
 (0)