From b23160e46ddbf46f07315cb7368c3f2867f03f2d Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 9 Aug 2024 14:31:14 +0200 Subject: [PATCH] Added patch-package. --- ogscm/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogscm/cli.py b/ogscm/cli.py index 642447e..612c3f3 100644 --- a/ogscm/cli.py +++ b/ogscm/cli.py @@ -200,7 +200,7 @@ def main(): # pragma: no cover f"Generated with ogs-container-maker {__version__}", reformat=False ) Stage0 += packages( - ospackages=["wget", "tar", "curl", "ca-certificates", "make", "unzip"] + ospackages=["wget", "tar", "curl", "ca-certificates", "make", "unzip", "patch"] ) # Prepare runtime stage -- GitLab