diff --git a/Dockerfile b/Dockerfile
index 1e82e834980eabf04ea226ea1664db19b95bda71..f2212f10ea199d3ffb54958feb8e946cc634583c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -85,6 +85,9 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
     \
     pip install wheel && \
     pip install jc && \
+    pip install PyYaml && \
+    pip install python-gitlab && \
+    pip install visidata && \
     \
     wget -q https://gitlab.com/gitlab-org/cli/-/releases/v${GLAB_VERSION}/downloads/glab_${GLAB_VERSION}_Linux_x86_64.apk && \
     apk add --no-cache --allow-untrusted glab_${GLAB_VERSION}_Linux_x86_64.apk && \