From 1c7991fb078d0d5fef61e52be50ca9db7a5599df Mon Sep 17 00:00:00 2001 From: Susan Vattic <50509349+sVattic@users.noreply.github.com> Date: Sat, 11 May 2019 14:46:25 -0500 Subject: [PATCH] Update Dockerfile.static --- Dockerfile.static | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 && \