summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 5a1e3d2dafec46c9647e0ea312486b404442f060 (plain)
1
2
3
4
FROM debian:12
RUN apt update
RUN apt install libssl-dev ca-certificates -y
COPY target/x86_64-unknown-linux-gnu/release/fj /usr/local/bin/fj