mirror of
https://github.com/NohamR/trio_http_proxy.git
synced 2025-05-24 00:59:27 +00:00
Create Dockerfile
This commit is contained in:
parent
a8c5e2250b
commit
a221323ff8
15
Dockerfile
Normal file
15
Dockerfile
Normal file
@ -0,0 +1,15 @@
|
||||
FROM python:3.9
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y git && \
|
||||
apt-get clean
|
||||
|
||||
RUN git clone https://github.com/NohamR/trio_http_proxy.git
|
||||
|
||||
WORKDIR /app/trio_http_proxy
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD ["python", "trio_http_proxy.py"]
|
Loading…
x
Reference in New Issue
Block a user