FROM ubuntu:18.04

RUN echo 'deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse \n deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse \n deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse \n deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse \n deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse \n deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse \n deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse \n deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse \n deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse \n deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse ' > /etc/apt/sources.list \
 && apt-get update \
 && apt-get -y -q install gconf-service libgconf-2-4 libgtk-3-0 libxss1 fonts-liberation libappindicator1 lsb-release xdg-utils --fix-missing
