mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-09 15:24:54 -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
|
WORKDIR /build
|
||||||
RUN dnf update -y && \
|
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 && \
|
RUN git clone https://github.com/libfuse/libfuse && \
|
||||||
cd libfuse && \
|
cd libfuse && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user