forgejo-cli/Dockerfile

5 lines
126 B
Docker
Raw Normal View History

2023-12-17 04:17:55 +01:00
FROM debian:12
RUN apt update
RUN apt install libssl-dev -y
2023-12-17 04:17:55 +01:00
COPY target/x86_64-unknown-linux-gnu/release/fj /usr/local/bin/fj