#2871 closed defect (fixed)
xpra package is missing openssl as mandatory dependency on Ubuntu
Reported by: | Florian Feldhaus | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.1 |
Component: | packaging | Version: | 4.0.x |
Keywords: | Cc: |
Description
I tried creating a minimal XPRA docker image and found that the xpra package is missing openssl as mandatory dependency on Ubuntu.
docker run -it ubuntu root@f3aba763a523:/# apt-get update && \ > apt-get install -y --no-install-recommends gnupg curl && \ > curl http://xpra.org/gpg.asc | apt-key add - && \ > echo "deb http://xpra.org/ focal main" >> /etc/apt/sources.list.d/xpra.list && \ > apt-get update && \ > apt-get install -y --no-install-recommends xpra ... Setting up xpra (4.0.3-r27082-1) ... /var/lib/dpkg/info/xpra.postinst: 16: openssl: not found dpkg: error processing package xpra (--configure): installed xpra package post-installation script subprocess returned error exit status 127 ...
Change History (2)
comment:1 Changed 6 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2871
Note: See
TracTickets for help on using
tickets.
Thanks for the report.
That's fixed in r27421.