Skip to content

Commit

Permalink
Fix Qovery#10 openssl-dev needed
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentB-PierreFabreSA committed Jan 8, 2024
1 parent 8243d8f commit 5966ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .

# Natively the compilation fails. We need this
# source: https://github.com/ocaml/opam-repository/issues/13718#issuecomment-475550590
RUN apk add --no-cache musl-dev
RUN apk add --no-cache musl-dev openssl-dev

RUN cargo build --release

Expand All @@ -20,4 +20,4 @@ WORKDIR /app

COPY --from=builder /app/target/release/backend torii

ENTRYPOINT ["/app/torii"]
ENTRYPOINT ["/app/torii"]

0 comments on commit 5966ce2

Please sign in to comment.