forgejo-cli/Dockerfile
Cyborus cce460e89f
install libssl-dev
not sure why I need to do this, but sure
also cargo update
2023-12-16 22:52:23 -05:00

4 lines
126 B
Docker

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