chore: add ncurses to python cause of diffoscope

This commit is contained in:
ConYel 2024-08-20 20:52:53 +02:00
parent 266467f61b
commit 2a1e59f194
No known key found for this signature in database
GPG key ID: DD9F5D50CAA0BAD4

View file

@ -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}