We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f9d59 commit 348b6bdCopy full SHA for 348b6bd
Dockerfile
@@ -3,7 +3,7 @@ FROM rustlang/rust:nightly as builder
3
WORKDIR /app
4
COPY . .
5
6
-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
7
RUN cargo build --release
8
9
FROM debian:buster-slim
0 commit comments