mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-08 14:52:31 -04:00
Update Dockerfile.static
This commit is contained in:
parent
89bd69ba91
commit
1c7991fb07
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user