Remove keytar-forked (#2723)

This commit is contained in:
Michael Telatynski
2025-11-28 14:52:35 +00:00
committed by GitHub
parent e63d76558b
commit c827e806ea
7 changed files with 13 additions and 237 deletions
-2
View File
@@ -9,8 +9,6 @@ RUN apt-get -qq update && apt-get -y -qq dist-upgrade && \
apt-get -y -qq install --no-install-recommends \
# tclsh is required for building SQLite as part of SQLCipher
tcl \
# libsecret-1-dev is required even for prebuild keytar
libsecret-1-dev \
# Used by seshat (when not SQLCIPHER_STATIC) \
libsqlcipher-dev && \
apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/*