[survey-web/oscp] Drop sed



commit 6e8743b1fc940fe01853d795b0eebdb7a740be9f
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Jul 6 16:09:06 2020 +0200

    Drop sed

 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 3b41e09e..595718a7 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -26,7 +26,7 @@ RUN chmod -R a+rwx /app/limesurvey/application/config
 # Regression in recent LimeSurvey releases causes it to attempt to decrypt
 # unencrypted answers on submission, resulting in 500 error page instead of
 # successful submission screen.
-RUN sed -i '112d' /app/limesurvey/application/core/LSSodium.php
+# RUN sed -i '112d' /app/limesurvey/application/core/LSSodium.php
 
 COPY run.sh /tmp/entrypoint.sh
 EXPOSE 8080


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