mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-01 03:02:23 +02:00
FIXUP: Use the proper pip argument
This commit is contained in:
parent
e027d853c2
commit
30b4f24d77
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def main():
|
||||||
"--no-compile",
|
"--no-compile",
|
||||||
"--target",
|
"--target",
|
||||||
args.dest,
|
args.dest,
|
||||||
"--requirements",
|
"--requirement",
|
||||||
"/proc/self/fd/0", # XXX: pip does not read requirements.txt from stdin
|
"/proc/self/fd/0", # XXX: pip does not read requirements.txt from stdin
|
||||||
]
|
]
|
||||||
subprocess.check_output(cmd, input=container_requirements_txt)
|
subprocess.check_output(cmd, input=container_requirements_txt)
|
||||||
|
|
Loading…
Reference in a new issue