You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2022/08/19 06:57:52 UTC

[GitHub] [guacamole-server] myamoto commented on pull request #388: GUACAMOLE-1540: Manual build all core protocol libraries for Docker image using Alpine Linux base.

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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org