Skip to content

Commit

Permalink
adding system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
casibbald committed Jan 3, 2025
1 parent c8f9d59 commit 348b6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rustlang/rust:nightly as builder
WORKDIR /app
COPY . .

RUN apt-get update && apt-get install -y libssl-dev pkg-config clang llvm pkg-config nettle-dev libnettle-dev
RUN apt-get update && apt-get install -y libssl-dev pkg-config clang llvm pkg-config nettle-dev
RUN cargo build --release

FROM debian:buster-slim
Expand Down

0 comments on commit 348b6bd

Please sign in to comment.