FIXUP: Use the proper pip argument

This commit is contained in:
Alex Pyrgiotis 2024-10-07 21:20:41 +03:00
parent e027d853c2
commit 30b4f24d77
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -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)