Skip to content

Commit 8057ef5

Browse files
committed
tldr-cache
1 parent 9977f83 commit 8057ef5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ RUN curl -fsSL -o /usr/local/bin/timeago https://raw.githubusercontent.com/sabre
465465
chmod +x /usr/local/bin/timeago
466466

467467
# Install tldr
468-
RUN pipx install tldr
468+
RUN pipx install tldr && \
469+
tldr --update
469470

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

0 commit comments

Comments
 (0)