Adding upstream version 0.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
01ae482a94
commit
80bb1315ee
25 changed files with 9820 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue