Update Dockerfile.static

This commit is contained in:
Susan Vattic 2019-05-11 14:46:25 -05:00 committed by GitHub
parent 89bd69ba91
commit 1c7991fb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && \