mantidproject / dockerfiles

Docker images relating to Mantid
https://hub.docker.com/u/mantidproject/
GNU General Public License v3.0
3 stars 7 forks source link

Add Xvfb to docker images #10

Closed martyngigg closed 5 years ago

martyngigg commented 5 years ago

Makes xvfb-run available to the docker images. I've found it useful to use this as it's easier than install x11docker and more closely matches what runs on the builders.

DanNixon commented 5 years ago

:+1: Could you also remove it from the Ubuntu Jenkins node images (as they will now inherit it from the development images)?

martyngigg commented 5 years ago

Thanks. I hadn't spotted that.

martyngigg commented 5 years ago

I just spotted I've removed the && too. I'll put that back.

martyngigg commented 5 years ago

They should be good now.