mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-13 01:09:41 -04:00
Dockerfile: foreground and allow args to fuse-overlayfs
This commit is contained in:
parent
d73490709b
commit
1ed274ba57
@ -17,5 +17,5 @@ RUN git clone https://github.com/containers/fuse-overlayfs && \
|
|||||||
LIBS="-ldl" LDFLAGS="-static" ./configure --prefix /usr && \
|
LIBS="-ldl" LDFLAGS="-static" ./configure --prefix /usr && \
|
||||||
make && \
|
make && \
|
||||||
make install
|
make install
|
||||||
|
USER 1000
|
||||||
ENTRYPOINT ["/usr/bin/fuse-overlayfs"]
|
ENTRYPOINT ["/usr/bin/fuse-overlayfs","-f"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user