We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec41e1 commit eb345ccCopy full SHA for eb345cc
images/Containerfile
@@ -7,7 +7,7 @@ RUN curl -sSL https://download.docker.com/linux/fedora/docker-ce.repo -o /etc/yu
7
microdnf update -y && \
8
microdnf install -y --nodocs --setopt install_weak_deps=0 \
9
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 \
+ iproute htop which procps-ng tree fzf tealdeer \
11
docker-ce-cli docker-compose-plugin docker-buildx-plugin && \
12
ln -s /usr/bin/python3 /usr/bin/python && \
13
adduser $USER && chown $USER -R $HOME
0 commit comments