diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 43df64f..a3a2db7 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -6,6 +6,7 @@ RUN dnf update -y && \ dnf install -y \ git \ python3 \ + python3-pyyaml \ wget \ tar \ shadow-utils \