From 115e6333e0071a9d14e824cd68ea64dffc07fbb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 24 Nov 2021 17:00:00 +0100
Subject: [PATCH] Add bouncycastle hint

---
 theodolite/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/theodolite/README.md b/theodolite/README.md
index e0d7b9b46..60bd56d93 100644
--- a/theodolite/README.md
+++ b/theodolite/README.md
@@ -12,6 +12,15 @@ You can run your application in dev mode using:
 ./gradlew quarkusDev
 ```
 
+### Hint for running with k3s (or k3d)
+
+You may need to add the following dependencies to the `build.gradle` file when running Theodolite with k3s.
+
+```
+implementation 'org.bouncycastle:bcprov-ext-jdk15on:1.68'
+implementation 'org.bouncycastle:bcpkix-jdk15on:1.68'
+```
+
 ## Packaging and running the application
 
 The application can be packaged using:
-- 
GitLab