diff --git a/Dockerfile.static b/Dockerfile.static index 4cd27f3..314790b 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -1,7 +1,7 @@ -FROM fedora:latest +FROM docker.io/fedora:latest WORKDIR /build RUN dnf update -y && \ - dnf install -y git make automake autoconf gcc glibc-static meson ninja-build + dnf install -y git make automake autoconf gcc glibc-static meson ninja-build clang RUN git clone https://github.com/libfuse/libfuse && \ cd libfuse && \