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 9977f83 commit 8057ef5Copy full SHA for 8057ef5
docker/Dockerfile
@@ -465,7 +465,8 @@ RUN curl -fsSL -o /usr/local/bin/timeago https://raw.githubusercontent.com/sabre
465
chmod +x /usr/local/bin/timeago
466
467
# Install tldr
468
-RUN pipx install tldr
+RUN pipx install tldr && \
469
+ 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