19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / _includes / _install_debian_key.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 <notextile>
8 <pre><code># <span class="userinput">apt-get --no-install-recommends install curl gnupg2 ca-certificates</span>
9 # <span class="userinput">curl https://apt.arvados.org/pubkey.gpg -o /etc/apt/trusted.gpg.d/arvados.asc</span>
10 </code></pre>
11 </notextile>
12
13 The Arvados package signing GPG key is also available via the keyservers, though they can be unreliable. To retrieve the signing key via keyserver.ubuntu.com:
14
15 <notextile>
16 <pre><code># <span class="userinput">/usr/bin/apt-key adv --keyserver keyserver.ubuntu.com --recv 1078ECD7</code></pre>
17 </notextile>