mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
4 lines
142 B
Docker
4 lines
142 B
Docker
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
|