Skip to content

Commit d814dea

Browse files
committed
Added manpage to fuse-overlayfs
1 parent b6785d9 commit d814dea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/fuse-overlayfs/Dockerfile.template

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ curl --silent --show-error --location --fail --output "${uniget_cache_download}/
1818
install --mode=0755 \
1919
"${uniget_cache_download}/${filename}" \
2020
"${prefix}/bin/${name}"
21-
21+
EOF
22+
RUN <<EOF
23+
curl --silent --show-error --location --fail --output "${prefix}/share/man/man1/fuse-overlayfs.1" \
24+
"https://github.com/containers/fuse-overlayfs/raw/refs/tags/v${version}/fuse-overlayfs.1"
2225
EOF

0 commit comments

Comments
 (0)