Add git-crypt and age to base image for encrypted repo support

This commit is contained in:
2026-04-18 16:40:52 +02:00
parent 43cecab0f7
commit 0e4525ca53
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -32,6 +32,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
make \
patch \
diffutils \
git-crypt \
age \
sudo \
locales \
procps \