File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,23 +4,18 @@ FROM ghcr.io/flaresolverr/flaresolverr:v3.4.3
44
55USER root
66
7- # Delete flaresolverr app directory
8- # It will be replaced with ItchClaim app
9- # FlareSolverr will be installed via pip
7+ # Delete flaresolverr app directory from base image
8+ # FlareSolverr is included in ItchClaim as a git submodule
109RUN rm -rf /app
1110
1211ENV ITCHCLAIM_DOCKER=TRUE
1312
1413WORKDIR /app
1514
16- # Temporarily a fork of FlareSolverr is used, built from git source
17- RUN apt update && \
18- apt install -y git && \
19- apt clean && \
20- rm -rf /var/lib/apt/lists/*
21-
2215COPY requirements.txt .
2316
17+ # FlareSolverr dependencies are included in the base image
18+ # note: FROM ghcr.io/flaresolverr/flaresolverr:v3.4.3
2419RUN pip install -r requirements.txt
2520
2621ENV PYTHONUNBUFFERED=1
You can’t perform that action at this time.
0 commit comments