We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b7b19 commit bb44a55Copy full SHA for bb44a55
Dockerfile
@@ -1,7 +1,7 @@
1
FROM rust:latest AS builder
2
3
# Install ca-certificates package
4
-RUN apt-get update && apt-get install -y ca-certificates
+RUN apt-get update && apt-get install -y ca-certificates libssl-dev
5
6
WORKDIR /usr/src/passes
7
COPY . .
0 commit comments