Skip to content

Commit 817a84b

Browse files
authored
Add libzstd-devel to devcontainer (#42)
1 parent f624de4 commit 817a84b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ENV WASMTIME_CPU_ARCH=x86_64
1212
RUN dnf -y --nodocs --setopt=install_weak_deps=False --disablerepo=fedora-cisco-openh264 install \
1313
/usr/bin/{blurb,clang,curl,git,ln,tar,xz} \
1414
compiler-rt \
15+
# TODO: remove when Fedora version includes Python 3.14+
16+
libzstd-devel \
1517
'dnf5-command(builddep)' && \
1618
dnf -y --nodocs --setopt=install_weak_deps=False --disablerepo=fedora-cisco-openh264 \
1719
builddep python3 && \

0 commit comments

Comments
 (0)