We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95b3fb commit cc6f087Copy full SHA for cc6f087
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /usr/src/app
4
COPY . .
5
6
RUN apt-get update && \
7
- apt-get install -y pkg-config libssl-dev && \
+ apt-get install -y pkg-config libssl-dev build-essential perl make && \
8
cargo build --release
9
10
FROM debian:bookworm-slim
0 commit comments