Skip to content

Commit

Permalink
Re-add ps command for F41
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Dec 11, 2024
1 parent 35c8fdd commit ed383ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Containerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN dnf config-manager addrepo --from-repofile=https://pkgs.tailscale.com/stable
COPY scripts/tailscaled /etc/init.d/tailscaled

RUN dnf install -y \
zsh mc vim tmux screen links lynx z stow wget \
zsh mc vim tmux screen links lynx z stow wget procps-ng \
&& dnf clean all \
&& rm -rf /var/cache/yum

Expand Down

0 comments on commit ed383ff

Please sign in to comment.