summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2023-12-17 04:45:47 +0100
committerCyborus <cyborus@cyborus.xyz>2023-12-17 04:52:23 +0100
commitcce460e89fc5df0d98c7665f981a9cce27fde952 (patch)
tree3e6fc19431f9ebc6fe0a5fe6f3302daf01e24f65 /Dockerfile
parentadd dockerfile (diff)
downloadforgejo-cli-cce460e89fc5df0d98c7665f981a9cce27fde952.tar.xz
forgejo-cli-cce460e89fc5df0d98c7665f981a9cce27fde952.zip
install libssl-dev
not sure why I need to do this, but sure also cargo update
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 6cc06df..366b3fd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,2 +1,4 @@
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