[survey-web/oscp] Work around decryption bug



commit 3512910e8a5552a5e1ec5a37093e86480dba861d
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Mar 6 19:16:26 2020 +0100

    Work around decryption bug

 docker/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 23d1f34..08197a6 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -25,6 +25,8 @@ RUN chmod -R a+rwx /app/limesurvey/upload
 RUN chmod -R a+rwx /app/limesurvey/themes
 RUN chmod -R a+rwx /app/limesurvey/application/config
 
+RUN sed -i '112d' /app/limesurvey/application/core/LSSodium.php
+
 COPY run.sh /tmp/entrypoint.sh
 EXPOSE 8080
 ENTRYPOINT ["/tmp/entrypoint.sh"]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]