We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f624de4 commit 817a84bCopy full SHA for 817a84b
1 file changed
devcontainer/Dockerfile
@@ -12,6 +12,8 @@ ENV WASMTIME_CPU_ARCH=x86_64
12
RUN dnf -y --nodocs --setopt=install_weak_deps=False --disablerepo=fedora-cisco-openh264 install \
13
/usr/bin/{blurb,clang,curl,git,ln,tar,xz} \
14
compiler-rt \
15
+ # TODO: remove when Fedora version includes Python 3.14+
16
+ libzstd-devel \
17
'dnf5-command(builddep)' && \
18
dnf -y --nodocs --setopt=install_weak_deps=False --disablerepo=fedora-cisco-openh264 \
19
builddep python3 && \
0 commit comments