Message ID | 158827124854.19371.13461510910212179854.stgit@Palanthas (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Automation: improve openSUSE containers + podman | expand |
diff --git a/automation/build/suse/opensuse-tumbleweed.dockerfile b/automation/build/suse/opensuse-tumbleweed.dockerfile index 2676a87c85..084cce0921 100644 --- a/automation/build/suse/opensuse-tumbleweed.dockerfile +++ b/automation/build/suse/opensuse-tumbleweed.dockerfile @@ -56,6 +56,8 @@ RUN zypper install -y --no-recommends \ pkg-config \ python \ python-devel \ + python3 \ + python3-devel \ systemd-devel \ tar \ transfig \
We need python3 (and the respective -devel package), these days. Signed-off-by: Dario Faggioli <dfaggioli@suse.com> --- Cc: Doug Goldstein <cardoe@cardoe.com> Cc: Andrew Cooper <andrew.cooper3@citrix.com> --- This patch was submitted already, but not as part of this series. Anyway, changes from v1: * add python3 instead of replacing python2 with it. --- I think the tumbleweed image in our registry needs to be updated. --- .../build/suse/opensuse-tumbleweed.dockerfile | 2 ++ 1 file changed, 2 insertions(+)