Last active
June 12, 2018 11:42
-
-
Save byteface/f47d1f458646d2365b25 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
i pulled an ubuntu12/nginx container with docker. | |
install a bunch of stuff... | |
sudo apt-get update | |
sudo apt-get -y install build-essential | |
sudo apt-get install xvfb | |
sudo apt-get install xfs xfonts-scalable xfonts-100dpi | |
sudo apt-get install libgl1-mesa-dri | |
sudo apt-get install subversion libqt4-webkit libqt4-dev g++ | |
then ran it, worked could see the output... | |
xvfb-run --server-args="-screen 0, 1280x1200x24" cutycapt --url=http://www.cnn.com --out=cnn.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment