Skip to content

Commit bb44a55

Browse files
committed
Update dockerfile
1 parent 14b7b19 commit bb44a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:latest AS builder
22

33
# Install ca-certificates package
4-
RUN apt-get update && apt-get install -y ca-certificates
4+
RUN apt-get update && apt-get install -y ca-certificates libssl-dev
55

66
WORKDIR /usr/src/passes
77
COPY . .

0 commit comments

Comments
 (0)