1
0
Fork 0
forgejo-cli/Dockerfile

5 lines
142 B
Text
Raw Permalink Normal View History

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