diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-11-19 13:25:08 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-18 10:59:14 +0100 |
| commit | 3b468a0e609147c7d7afd8ed97bf271f2356daef (patch) | |
| tree | dfb0659793bf0054ffa8b660c5070e929e711b75 /contrib/gitian-descriptors/gitian-linux.yml | |
| parent | doc: Make networking work inside builder in gitian-building.md (diff) | |
| download | discoin-3b468a0e609147c7d7afd8ed97bf271f2356daef.tar.xz discoin-3b468a0e609147c7d7afd8ed97bf271f2356daef.zip | |
gitian: Need `ca-certificates` and `python` for LXC builds
Diffstat (limited to 'contrib/gitian-descriptors/gitian-linux.yml')
| -rw-r--r-- | contrib/gitian-descriptors/gitian-linux.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index ee852ff13..04b9b0177 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -15,6 +15,8 @@ packages: - "faketime" - "bsdmainutils" - "binutils-gold" +- "ca-certificates" +- "python" reference_datetime: "2016-01-01 00:00:00" remotes: - "url": "https://github.com/bitcoin/bitcoin.git" |