Skip to content

Commit

Permalink
Add libffi-dev to docker builder
Browse files Browse the repository at this point in the history
  • Loading branch information
panglesd committed Sep 12, 2024
1 parent 1c7248c commit dc4904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ocaml/opam:alpine-ocaml-4.14
RUN sudo apk add libev-dev openssl-dev
RUN sudo apk add libev-dev openssl-dev libffi-dev
RUN sudo apk add openssl-libs-static
WORKDIR slipshow/

Expand Down

0 comments on commit dc4904c

Please sign in to comment.