Merge pull request #72 from sVattic/patch-1

Update static build instructions
This commit is contained in:
Daniel J Walsh 2019-05-13 09:13:04 -04:00 committed by GitHub
commit 7b805b0dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM fedora:latest
FROM registry.fedoraproject.org/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 && \

View File

@ -33,5 +33,5 @@ On Fedora: `dnf install fuse3-devel`
Static Build:
=======================================================
`buildah bud -t ./Dockerfile.static .`
`buildah bud -t fuse-overlayfs -f ./Dockerfile.static .`