Skip to content

Commit 97dce72

Browse files
committed
contrib: add curl as a required program in gitian-build.py
1 parent 76e2cde commit 97dce72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/gitian-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def setup():
99
global args, workdir
10-
programs = ['ruby', 'git', 'make', 'wget']
10+
programs = ['ruby', 'git', 'make', 'wget', 'curl']
1111
if args.kvm:
1212
programs += ['apt-cacher-ng', 'python-vm-builder', 'qemu-kvm', 'qemu-utils']
1313
elif args.docker and not os.path.isfile('/lib/systemd/system/docker.service'):

0 commit comments

Comments
 (0)