From d2ba1e4d6c72b978e8a3ea49ffc5f9ecde7ca7ac Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Fri, 9 Feb 2024 15:19:50 +0100 Subject: [PATCH] docker/l3d#141 Add visidata, yaml and python-gitlab --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1e82e83..f2212f1 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 && \ -- GitLab