Skip to content

Commit

Permalink
Add cargo/rust dependency to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Beine committed Sep 3, 2024
1 parent 32ffe69 commit 8e6f247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN set -eux; \
apk add --no-cache \
gcc \
libc-dev \
libffi-dev
libffi-dev \
cargo

WORKDIR /app

Expand Down

0 comments on commit 8e6f247

Please sign in to comment.