mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-23 10:21:48 +01:00
install certificates in Dockerfile
This commit is contained in:
parent
e69590d936
commit
7fc7a20b3d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:12
|
FROM debian:12
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install libssl-dev -y
|
RUN apt install libssl-dev ca-certificates -y
|
||||||
COPY target/x86_64-unknown-linux-gnu/release/fj /usr/local/bin/fj
|
COPY target/x86_64-unknown-linux-gnu/release/fj /usr/local/bin/fj
|
||||||
|
|
Loading…
Reference in a new issue