1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-20 02:18:59 +00:00

Switch from ruamel.yaml to pyyaml (#4555)

* Switch from ruamel.yaml to pyyaml

* Use CLoader and CDumper when available
This commit is contained in:
Mike Degatano
2023-09-13 02:57:01 -04:00
committed by GitHub
parent 0225f574be
commit 2c8e6ca0cd
4 changed files with 12 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ RUN \
libpulse \
musl \
openssl \
yaml \
\
&& curl -Lso /usr/bin/cosign "https://github.com/home-assistant/cosign/releases/download/${COSIGN_VERSION}/cosign_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/cosign