FROM nvidia/opengl:1.0-glvnd-devel-ubuntu16.04 # uncomment and set with IP and PORT of proxy server if you need to pass through a proxy # for example forIP=Proxy and PORT=8080, set docker ENV as follows: # ENV proxy http://proxy:8080/ RUN apt-get update && apt-get install -y \ wget \ libglib2.0-0 \ libgl1-mesa-glx \ xcb \ "^libxcb.*" \ libx11-xcb-dev \ libglu1-mesa-dev \ libxrender-dev \ libjasper-dev \ libxi6 \ libdbus-1-3 \ libfontconfig1 \ xvfb \ && rm -rf /var/lib/apt/lists/* RUN wget http://coppeliarobotics.com/files/V-REP_PRO_EDU_V3_5_0_Linux.tar.gz RUN tar -xf V-REP_PRO_EDU_V3_5_0_Linux.tar.gz RUN apt-get remove -y wget