Adding upstream version 2.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1d36de0179
commit
757b718eff
129 changed files with 16110 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM fedora:37
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
# first line for nvme-stas
|
||||
# second line for libnvme
|
||||
RUN dnf install -y python3-dasbus python3-pyudev python3-systemd python3-gobject meson \
|
||||
git gcc g++ cmake openssl-devel libuuid-devel json-c-devel swig python-devel meson && dnf clean all
|
||||
|
||||
COPY . .
|
||||
RUN meson .build && ninja -C .build && meson install -C .build
|
||||
|
||||
ENTRYPOINT ["python3"]
|
Loading…
Add table
Add a link
Reference in a new issue