mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use http for PGP key download
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
7011d9ee8a
commit
c1c5d760a6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
FROM ubuntu:14.04
|
||||
MAINTAINER Tianon Gravi <admwiggin@gmail.com> (@tianon)
|
||||
|
||||
RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net --recv-keys E871F18B51E0147C77796AC81196BA81F6B0FC61
|
||||
RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys E871F18B51E0147C77796AC81196BA81F6B0FC61
|
||||
RUN echo deb http://ppa.launchpad.net/zfs-native/stable/ubuntu trusty main > /etc/apt/sources.list.d/zfs.list
|
||||
|
||||
# Packaged dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue