Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit d1b9624

Browse files
docker: add python3 package as PMDK dependency
it's required by pmreorder, which we install with PMDK.
1 parent 5c311e3 commit d1b9624

6 files changed

Lines changed: 10 additions & 4 deletions

File tree

utils/docker/images/Dockerfile.fedora-32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ARG PMDK_DEPS="\
4242
man \
4343
ndctl-devel \
4444
pandoc \
45+
python3 \
4546
rpm-build \
4647
rpm-build-libs \
4748
rpmdevtools \

utils/docker/images/Dockerfile.fedora-33

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ARG PMDK_DEPS="\
4242
man \
4343
ndctl-devel \
4444
pandoc \
45+
python3 \
4546
rpm-build \
4647
rpm-build-libs \
4748
rpmdevtools \

utils/docker/images/Dockerfile.ubuntu-18.04

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ ARG PMDK_DEPS="\
5151
debhelper \
5252
devscripts \
5353
gdb \
54-
pandoc"
54+
pandoc \
55+
python3"
5556

5657
# pmem's Valgrind (optional; valgrind-devel may be used instead)
5758
ARG VALGRIND_DEPS="\

utils/docker/images/Dockerfile.ubuntu-20.04

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ ARG PMDK_DEPS="\
4141
gdb \
4242
libdaxctl-dev \
4343
libndctl-dev \
44-
pandoc"
44+
pandoc \
45+
python3"
4546

4647
# pmem's Valgrind (optional; valgrind-devel may be used instead)
4748
ARG VALGRIND_DEPS="\

utils/docker/images/Dockerfile.ubuntu-20.10

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ ARG PMDK_DEPS="\
4141
gdb \
4242
libdaxctl-dev \
4343
libndctl-dev \
44-
pandoc"
44+
pandoc \
45+
python3"
4546

4647
# pmem's Valgrind (optional; valgrind-devel may be used instead)
4748
ARG VALGRIND_DEPS="\

utils/docker/images/Dockerfile.ubuntu-devel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ ARG PMDK_DEPS="\
4040
gdb \
4141
libdaxctl-dev \
4242
libndctl-dev \
43-
pandoc"
43+
pandoc \
44+
python3"
4445

4546
# pmem's Valgrind (optional; valgrind-devel may be used instead)
4647
ARG VALGRIND_DEPS="\

0 commit comments

Comments
 (0)