Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8ec666c

Browse files
committed
Adds libssl to dockerfile.
1 parent b793b98 commit 8ec666c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN cargo build --release
77
FROM ubuntu:18.04
88

99
ENV DEBIAN_FRONTEND=noninteractive
10+
RUN apt-get update && apt-get -y install ca-certificates libssl-dev
1011

1112
COPY --from=build /target/release/feedback-normalization /
1213

0 commit comments

Comments
 (0)