Created
December 16, 2019 20:18
-
-
Save jensmeder/17c586644aab7e60d1f0a4ef3f4b6cd0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:18.04 | |
# Install Xvfb | |
RUN apt-get update | |
RUN apt-get install -y xvfb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment