From f8d33d3d8d8038a7b49158397be2344874511810 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 27 Mar 2024 17:08:27 +0100 Subject: [PATCH] Revert "Dockerfile: Install python3-yaml" In #57 PyYAML is installed in the correct way. No need to bloat the container with the same python module installed twice. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e5fe0e..b24d2cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN apt-get update && \ moreutils \ python3-pip \ python3-venv \ - python3-yaml \ ssh-client \ tini \ wget \