fix: Added jansson dependency in dockerfile ud3tn

Closes #283

Signed-off-by: Max Chateau <mx.chateau@axithem.fr>
This commit is contained in:
Max Chateau 2026-04-30 10:04:31 +02:00
parent 7e8f854c96
commit 9683ac0e48

View file

@ -6,6 +6,6 @@ RUN cd /ud3tn && ARCH=x86-64 make posix
FROM alpine
RUN apk update
RUN apk add coreutils sqlite-dev
RUN apk add coreutils sqlite-dev jansson-dev
COPY --from=0 /ud3tn/build/posix/ud3tn /ud3tn
ENTRYPOINT [ "/ud3tn" ]