diff --git a/cli/Dockerfile b/cli/Dockerfile
index d7777c80a86efc28b658b97ed801c4803675ce0e..ace6b14a98f0802bb5deabdb52d937aeb7d7be1e 100644
--- a/cli/Dockerfile
+++ b/cli/Dockerfile
@@ -75,6 +75,7 @@ RUN dnf install -y \
       ca-certificates \
       openssh-clients \
       openssl \
+      gnupg \
       ansible \
       make \
       rsync \
@@ -87,6 +88,8 @@ RUN dnf install -y \
       vim \
       bash-completion \
       butane \
+      iputils \
+      procps-ng \
     && dnf clean all
 
 # External tools