Skip to content

Commit

Permalink
Fix missing build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantGryczan committed Nov 29, 2024
1 parent 3d535a2 commit ce9fed2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ FROM rust:1.82-alpine AS build

WORKDIR /app

# Install dependencies needed for building the package.
RUN apk add --no-cache clang lld musl-dev git file
# Install all required build dependencies.
RUN apk add --no-cache clang lld musl-dev git file openssl-dev \
openssl-libs-static

COPY . .

Expand Down

0 comments on commit ce9fed2

Please sign in to comment.