Browse Source

docker image: install docbook-xsl-ns

docbook-xsl-ns is needed by libnotify package.
master
Leonid Plyushch 5 years ago
parent
commit
33ed8a0b55
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      scripts/setup-ubuntu.sh

1
scripts/setup-ubuntu.sh

@ -112,6 +112,7 @@ PACKAGES+=" libunistring-dev"
PACKAGES+=" llvm-9-dev"
# Needed by packages in X11 repository.
PACKAGES+=" docbook-xsl-ns"
PACKAGES+=" gnome-common"
PACKAGES+=" gobject-introspection"
PACKAGES+=" gtk-3-examples"

Loading…
Cancel
Save