mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
Merge pull request 'install certificates in Dockerfile
' (#29) from container-certs into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/29
This commit is contained in:
commit
1bfaec60be
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