From 2a1e59f19475053be7650c37f1e3d3e137241702 Mon Sep 17 00:00:00 2001 From: ConYel Date: Tue, 20 Aug 2024 20:52:53 +0200 Subject: [PATCH] chore: add ncurses to python cause of diffoscope --- packages/python/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/python/Containerfile b/packages/python/Containerfile index 428af9c..fe8c7ec 100644 --- a/packages/python/Containerfile +++ b/packages/python/Containerfile @@ -16,6 +16,7 @@ COPY --from=stagex/musl . / COPY --from=stagex/openssl . / COPY --from=stagex/zlib . / COPY --from=stagex/bzip2 . / +COPY --from=stagex/ncurses . / COPY --from=stagex/sqlite3 . / COPY --from=stagex/libffi . / RUN tar -xf ${SRC_FILE}