Skip to content

Commit 1140807

Browse files
committed
fix-pipx-run
1 parent 4c3a450 commit 1140807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ RUN curl -fsSL -o /usr/local/bin/timeago https://raw.githubusercontent.com/sabre
466466

467467
# Install tldr
468468
RUN pipx install tldr && \
469-
tldr --update
469+
pipx run tldr --update
470470

471471
# Install tmpmail
472472
RUN curl -fsSL -o /usr/local/bin/tmpmail https://raw.githubusercontent.com/sdushantha/tmpmail/master/tmpmail && \

0 commit comments

Comments
 (0)