myamoto commented on PR #388: URL: https://github.com/apache/guacamole-server/pull/388#issuecomment-1220320428
Hi, Finally built this Alpine docker Image (to remove security vulnerabilities detected from the 1.4.0 official build). I had to add cairo and pango as dependencies on the runtime environment dependencies in the dockerfile. Right here : https://github.com/apache/guacamole-server/blob/15f6e9f678a584b0fe374ddd279ec453515008ae/Dockerfile#L170 Else I would get those errors on the pod : ``` > ldd /opt/guacamole/lib/libguac-client-ssh.so > Error loading shared library libpangocairo-1.0.so.0: No such file or directory (needed by /opt/guacamole/lib/libguac-terminal.so.0) > Error loading shared library libpango-1.0.so.0: No such file or directory (needed by /opt/guacamole/lib/libguac-terminal.so.0) > Error loading shared library libgobject-2.0.so.0: No such file or directory (needed by /opt/guacamole/lib/libguac-terminal.so.0) ``` -- 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]
