mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Revert "Copy examples into Docker image (#4447)"
This reverts commit a5ed1d377b.
This commit is contained in:
parent
a5ed1d377b
commit
1b0fce6aba
2 changed files with 0 additions and 5 deletions
|
|
@ -58,7 +58,6 @@ If you depend on these features, please raise your voice in
|
|||
* Add option `export_preserve_original_ip` to force exported command to connect to IP from original request. Only supports curl at the moment. (@dkasak)
|
||||
* Major proxy protocol testing (@r00t-)
|
||||
* Switch Docker image release to be based on Debian (@PeterDaveHello)
|
||||
* Added examples to Docker image (@abitrolly)
|
||||
* --- TODO: add new PRs above this line ---
|
||||
* ... and various other fixes, documentation improvements, dependency version bumps, etc.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@ RUN apt-get update \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY $MITMPROXY_WHEEL /home/mitmproxy/
|
||||
COPY examples /home/mitmproxy/
|
||||
|
||||
WORKDIR /home/mitmproxy
|
||||
|
||||
RUN pip3 install --no-cache-dir -U /home/mitmproxy/${MITMPROXY_WHEEL} \
|
||||
&& rm -rf /home/mitmproxy/${MITMPROXY_WHEEL}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue