From 2e0e0208badd5aede34ef783dd72f79f2f05eddb Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Feb 01 2022 19:44:59 +0000 Subject: git_sort: tests: Fix quilt mode test on TW The quilt mode test requires getopt which is no longer installed by default. --- diff --git a/scripts/git_sort/tests/opensuse-tumbleweed/Dockerfile b/scripts/git_sort/tests/opensuse-tumbleweed/Dockerfile index 3497815..205d2c8 100644 --- a/scripts/git_sort/tests/opensuse-tumbleweed/Dockerfile +++ b/scripts/git_sort/tests/opensuse-tumbleweed/Dockerfile @@ -5,7 +5,7 @@ RUN zypper -n ref FROM base AS packages -RUN zypper -n in git python3 python3-dbm python3-pygit2 rcs +RUN zypper -n in git python3 python3-dbm python3-pygit2 rcs util-linux RUN git config --global user.email "you@example.com" RUN git config --global user.name "Your Name"