From 1771b69888863b7c2ee841797aabe17356c27721 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 22 Jun 2020 16:00:22 +0300 Subject: [PATCH] docker image: install xfce4-dev-tools --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index d90a755cc..5f1325078 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -151,6 +151,7 @@ PACKAGES+=" libgdk-pixbuf2.0-dev" PACKAGES+=" python-setuptools" PACKAGES+=" python3-xcbgen" PACKAGES+=" texlive-extra-utils" +PACKAGES+=" xfce4-dev-tools" PACKAGES+=" xfonts-utils" # Needed by packages in science repository