mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-30 18:52:38 +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",
|
||||
"--target",
|
||||
args.dest,
|
||||
"--requirements",
|
||||
"--requirement",
|
||||
"/proc/self/fd/0", # XXX: pip does not read requirements.txt from stdin
|
||||
]
|
||||
subprocess.check_output(cmd, input=container_requirements_txt)
|
||||
|
|
Loading…
Reference in a new issue