install certificates in Dockerfile

This commit is contained in:
Cyborus 2023-12-17 22:31:36 -05:00
parent e69590d936
commit 7fc7a20b3d
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
FROM debian:12
RUN apt update
RUN apt install libssl-dev -y
RUN apt install libssl-dev ca-certificates -y
COPY target/x86_64-unknown-linux-gnu/release/fj /usr/local/bin/fj