From d95f7c725dc9288e52c847f7cffd75647887e7ba Mon Sep 17 00:00:00 2001 From: Emma Harper Smith Date: Sat, 24 May 2025 11:18:59 -0700 Subject: [PATCH] Add libzstd-devel to devcontainer --- devcontainer/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devcontainer/Dockerfile b/devcontainer/Dockerfile index 83fc28b..7c9e168 100644 --- a/devcontainer/Dockerfile +++ b/devcontainer/Dockerfile @@ -12,6 +12,8 @@ ENV WASMTIME_CPU_ARCH=x86_64 RUN dnf -y --nodocs --setopt=install_weak_deps=False --disablerepo=fedora-cisco-openh264 install \ /usr/bin/{blurb,clang,curl,git,ln,tar,xz} \ compiler-rt \ + # TODO: remove when Fedora version includes Python 3.14+ + libzstd-devel \ 'dnf5-command(builddep)' && \ dnf -y --nodocs --setopt=install_weak_deps=False --disablerepo=fedora-cisco-openh264 \ builddep python3 && \