diff --git a/ogscm/cli.py b/ogscm/cli.py
index 642447efe551145a489b34ac33ea84fb6c7c3672..612c3f313cf8cf6354b424d5eaf0bb4323723f46 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