Skip to content

Commit

Permalink
fix(llm): missing alpine dependency in production
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Mar 27, 2024
1 parent 9da70dd commit bfd7de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apk add \
"libffi-dev" \
"libcurl" \
"curl" \
"musl" \
"git" \
"pandoc-cli" \
"ruby-dev=${RUBY_VERSION}" \
Expand Down

0 comments on commit bfd7de8

Please sign in to comment.