mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
Merge branch 'hotfix/283-fix-dockerfile-dependency' into 'master'
fix: Added jansson dependency in dockerfile ud3tn Closes #283 See merge request d3tn/ud3tn!257
This commit is contained in:
commit
43e091e5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue