Skip to content

Commit

Permalink
force reinstall?
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jul 11, 2024
1 parent 952f1ab commit b027723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/slackbot/Dockerfile.slackbot
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN uv venv

ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN uv pip install ".[slackbot]"
RUN uv pip install -U ".[slackbot]" --force-reinstall

EXPOSE 4200

Expand Down

0 comments on commit b027723

Please sign in to comment.