We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3a450 commit 1140807Copy full SHA for 1140807
docker/Dockerfile
@@ -466,7 +466,7 @@ RUN curl -fsSL -o /usr/local/bin/timeago https://raw.githubusercontent.com/sabre
466
467
# Install tldr
468
RUN pipx install tldr && \
469
- tldr --update
+ pipx run tldr --update
470
471
# Install tmpmail
472
RUN curl -fsSL -o /usr/local/bin/tmpmail https://raw.githubusercontent.com/sdushantha/tmpmail/master/tmpmail && \
0 commit comments