Skip to content

Commit

Permalink
Add httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes221 committed Aug 2, 2024
1 parent 98583ce commit 21d0bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COPY pyproject.toml README.md ./
RUN poetry install --no-interaction --no-ansi --without dev

RUN pip install pytest --no-cache-dir
RUN pip install httpx --no-cache-dir

COPY ./rq_dashboard_fast /app/rq_dashboard_fast
COPY app.py /app
Expand Down

0 comments on commit 21d0bb2

Please sign in to comment.