Skip to content

Commit d063fd4

Browse files
committed
Don't install big X packages, since they don't help Xvfb to run
1 parent 994b8fb commit d063fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function setup_ctr {
3838
docker exec $CONTAINER apt-get update
3939
docker exec -e DEBIAN_FRONTEND=noninteractive $CONTAINER \
4040
apt-get install -y -q r-base-dev tcl8.4-dev tk8.4-dev \
41-
xvfb xbase-clients x-window-system-core
41+
xvfb
4242

4343
# if [[ $IMAGE == "1.x" ]]; then
4444
# docker exec $CONTAINER cp -R /usr/X11R6/lib/X11/ /root/opt-copy/

0 commit comments

Comments
 (0)