add no-build-solation
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m39s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m39s
This commit is contained in:
parent
a28daabe2f
commit
be33cdd1da
@ -16,7 +16,7 @@ WORKDIR /app
|
|||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir requests stem
|
RUN pip install --no-cache-dir requests stem
|
||||||
RUN pip install --no-cache-dir git+https://github.com/karl0ss/requests_tor.git@ae1e85abb3bb2c25f431bd031c6d881986c626f6
|
RUN pip install --no-cache-dir git+https://github.com/karl0ss/requests_tor.git@ae1e85abb3bb2c25f431bd031c6d881986c626f6
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir --no-build-isolation -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user