From 3da4d9916192494dc1135ee1c55cebbc1d99034e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= <ismael.bouya@normalesup.org>
Date: Wed, 28 Jun 2023 18:32:54 +0200
Subject: [PATCH] update docker image

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index a321703..af0c902 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ LABEL description="Gitlab webhook to XMPP MUC bot"
 
 ENV DEBIAN_FRONTEND noninteractive
 RUN apt-get -y update && \
-    apt-get -y install libssl-dev
+    apt-get -y install libssl-dev libssl3
 
 
 RUN adduser --home /var/lib/gitbot gitbot
-- 
GitLab