mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-08 23:07:28 -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 && \
|
||||
make && \
|
||||
make install
|
||||
|
||||
ENTRYPOINT ["/usr/bin/fuse-overlayfs"]
|
||||
USER 1000
|
||||
ENTRYPOINT ["/usr/bin/fuse-overlayfs","-f"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user