FROM dorowu/ubuntu-desktop-lxde-vnc:latest RUN apt-get update \ && apt-get install -y icedtea-netx \ && apt-get autoclean -y \ && apt-get autoremove -y \ && rm -rf /var/lib/apt/lists/*