Add git-annex to docker image

This commit is contained in:
Matthias Riße 2024-05-15 10:55:12 +02:00
parent 0cdba40270
commit f96489982f

View file

@ -78,6 +78,7 @@ RUN apk --no-cache add \
sqlite \
su-exec \
gnupg \
git-annex \
&& rm -rf /var/cache/apk/*
RUN addgroup \