forgejo-cli/Dockerfile

5 lines
142 B
Text
Raw Normal View History

2023-12-16 22:17:55 -05:00
FROM debian:12
RUN apt update
2023-12-17 22:31:36 -05:00
RUN apt install libssl-dev ca-certificates -y
2023-12-16 22:17:55 -05:00
COPY target/x86_64-unknown-linux-gnu/release/fj /usr/local/bin/fj