Skip to content

Commit 49fc122

Browse files
committed
Update to Fedora 41 with dnf5
This should be faster, see https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5 > Significantly faster for many user cases > Optimization of download metadata Fedora 41 is currently still in beta, but if this causes trouble, we can always revert. Related to python#8
1 parent 7a68613 commit 49fc122

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
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/fedora:40
1+
FROM docker.io/library/fedora:41
22

33
ENV CC=clang
44

@@ -9,7 +9,7 @@ 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} 'dnf-command(builddep)' && \
12+
RUN dnf -y --nodocs --setopt=install_weak_deps=False install /usr/bin/{blurb,clang,curl,git,ln,tar,xz} 'dnf5-command(builddep)' && \
1313
dnf -y --nodocs --setopt=install_weak_deps=False builddep python3 && \
1414
dnf -y clean all
1515

0 commit comments

Comments
 (0)