Browse Source

Add python3-pyyaml to dockerfile.

pull/709/head
Alex Laurie 5 months ago
parent
commit
092d75643a
  1. 1
      .devcontainer/Dockerfile

1
.devcontainer/Dockerfile

@ -6,6 +6,7 @@ RUN dnf update -y && \
dnf install -y \ dnf install -y \
git \ git \
python3 \ python3 \
python3-pyyaml \
wget \ wget \
tar \ tar \
shadow-utils \ shadow-utils \

Loading…
Cancel
Save