mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-11 16:27:14 -04:00
Merge pull request #72 from sVattic/patch-1
Update static build instructions
This commit is contained in:
commit
7b805b0dac
@ -1,7 +1,7 @@
|
|||||||
FROM fedora:latest
|
FROM registry.fedoraproject.org/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 && \
|
||||||
|
@ -33,5 +33,5 @@ On Fedora: `dnf install fuse3-devel`
|
|||||||
Static Build:
|
Static Build:
|
||||||
=======================================================
|
=======================================================
|
||||||
|
|
||||||
`buildah bud -t ./Dockerfile.static .`
|
`buildah bud -t fuse-overlayfs -f ./Dockerfile.static .`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user