We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f76bf4a + 381f326 commit 5ff3296Copy full SHA for 5ff3296
1 file changed
estela_cli/templates.py
@@ -68,6 +68,7 @@
68
WORKDIR {app_dir}
69
COPY . {app_dir}
70
71
+RUN pip install --no-cache-dir mitmproxy==9.0.1 --ignore-requires-python
72
RUN pip install --no-cache-dir -r $requirements_path
73
74
# Pre-install chromedriver and fix permissions
0 commit comments