Skip to content

Commit eb345cc

Browse files
committed
fix: use rust version of tldr
1 parent cec41e1 commit eb345cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN curl -sSL https://download.docker.com/linux/fedora/docker-ce.repo -o /etc/yu
77
microdnf update -y && \
88
microdnf install -y --nodocs --setopt install_weak_deps=0 \
99
man mmv nu systemd tar unzip bash-completion git git-delta micro jq dnsutils tree gh \
10-
iproute htop which procps-ng tree fzf tldr \
10+
iproute htop which procps-ng tree fzf tealdeer \
1111
docker-ce-cli docker-compose-plugin docker-buildx-plugin && \
1212
ln -s /usr/bin/python3 /usr/bin/python && \
1313
adduser $USER && chown $USER -R $HOME

0 commit comments

Comments
 (0)