Skip to content

Commit 4b4f546

Browse files
committed
Disable extra repository with a multimedia codec
The repository is enabled by default but we don't need it. By explicitly disabling it, we prevent unnecessary metadata fetch. Related to python#8
1 parent 49fc122 commit 4b4f546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ENV WASMTIME_HOME=/opt/wasmtime
99
ENV WASMTIME_VERSION=22.0.0
1010
ENV WASMTIME_CPU_ARCH=x86_64
1111

12-
RUN dnf -y --nodocs --setopt=install_weak_deps=False install /usr/bin/{blurb,clang,curl,git,ln,tar,xz} 'dnf5-command(builddep)' && \
13-
dnf -y --nodocs --setopt=install_weak_deps=False builddep python3 && \
12+
RUN dnf -y --nodocs --setopt=install_weak_deps=False --disablerepo=fedora-cisco-openh264 install /usr/bin/{blurb,clang,curl,git,ln,tar,xz} 'dnf5-command(builddep)' && \
13+
dnf -y --nodocs --setopt=install_weak_deps=False --disablerepo=fedora-cisco-openh264 builddep python3 && \
1414
dnf -y clean all
1515

1616
RUN mkdir ${WASI_SDK_PATH} && \

0 commit comments

Comments
 (0)