Skip to content

Commit

Permalink
🐛 erf
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Oct 16, 2024
1 parent bdfba44 commit 2879dcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ RUN apt clean

COPY requirements.txt /home/mitmproxy/requirements_anystore.txt
RUN pip install --no-cache-dir -r /home/mitmproxy/requirements_anystore.txt

# FIMXE
RUN pip install --no-cache-dir fakeredis

COPY anycache.py /home/mitmproxy/anycache.py

ENV ANYSTORE_DEFAULT_TTL=86400
Expand Down

0 comments on commit 2879dcd

Please sign in to comment.