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 \
git \
python3 \
python3-pyyaml \
wget \
tar \
shadow-utils \

Loading…
Cancel
Save