Skip to content

Commit 25160d4

Browse files
committed
fix: Install libffi
1 parent 4e0ebc1 commit 25160d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ WORKDIR /app
1414
# ---- system deps ----
1515
RUN apk update && apk add --no-cache \
1616
build-base \
17+
libffi-dev \
1718
postgresql-dev \
1819
curl
1920
# ---- install uv ----

0 commit comments

Comments
 (0)