sirux88 commented on code in PR #694:
URL: https://github.com/apache/guacamole-client/pull/694#discussion_r1340637904


##########
Dockerfile:
##########
@@ -62,6 +62,9 @@ ARG GID=1001
 RUN groupadd --gid $GID guacamole
 RUN useradd --system --create-home --shell /usr/sbin/nologin --uid $UID --gid 
$GID guacamole
 
+# allow guacamole user to import certificates into default java keystore file 
cacerts
+run chown guacamole /usr/local/openjdk-8/jre/lib/security/cacerts && chmod +w 
/usr/local/openjdk-8/jre/lib/security/cacerts 

Review Comment:
   Since the maintainers never gave some feedback on this I haven't created a 
PR.
   
   Since contributing is, at least in my eyes, not that easy within in this 
project I'm not really interested in doing so. 
   
   If you want to feel free to copy my approach and put a PR on this yourself



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to