Skip to content

Commit

Permalink
Fix missing dependency ffi.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Jun 7, 2024
1 parent 0b37881 commit 158c187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ RUN apt update && \
RUN pip install \
sphinx \
sphinx_bootstrap_theme \
sphinxcontrib-bibtex
sphinxcontrib-bibtex

RUN gem install ffi -v 1.16.3
RUN gem install jekyll -v 4.1.0
RUN gem install bundler -v 2.1.4

Expand Down

0 comments on commit 158c187

Please sign in to comment.