Merge pull request #37 from ghormoon/update-container

update container to debian 13 and install missing e2fsprogs
This commit is contained in:
Meinhard Zhou
2025-09-24 19:24:21 +08:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
FROM debian:9.13
FROM debian:13
RUN apt-get update && apt-get install -y e2fsprogs && apt-get clean all
COPY ./bin/nvmfplugin .
ENTRYPOINT ["/nvmfplugin"]