Skip to content

Commit 5ff3296

Browse files
authored
Merge pull request #45 from bitmakerla/add-proxies-requirement
Add proxy requirement
2 parents f76bf4a + 381f326 commit 5ff3296

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

estela_cli/templates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
WORKDIR {app_dir}
6969
COPY . {app_dir}
7070
71+
RUN pip install --no-cache-dir mitmproxy==9.0.1 --ignore-requires-python
7172
RUN pip install --no-cache-dir -r $requirements_path
7273
7374
# Pre-install chromedriver and fix permissions

0 commit comments

Comments
 (0)