Skip to content

Commit

Permalink
fix: Dockerfile not building for new curl dependency from swagger-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
RakuJa committed Jun 6, 2024
1 parent 39f0b44 commit 38fb761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apk add build-base

RUN apk add musl-dev

RUN apk add curl

# Build the project with optimizations
RUN cargo build --target x86_64-unknown-linux-musl --release

Expand Down

0 comments on commit 38fb761

Please sign in to comment.