We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994b8fb commit d063fd4Copy full SHA for d063fd4
host-functions.sh
@@ -38,7 +38,7 @@ function setup_ctr {
38
docker exec $CONTAINER apt-get update
39
docker exec -e DEBIAN_FRONTEND=noninteractive $CONTAINER \
40
apt-get install -y -q r-base-dev tcl8.4-dev tk8.4-dev \
41
- xvfb xbase-clients x-window-system-core
+ xvfb
42
43
# if [[ $IMAGE == "1.x" ]]; then
44
# docker exec $CONTAINER cp -R /usr/X11R6/lib/X11/ /root/opt-copy/
0 commit comments