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