FROM ubuntu:18.04 RUN apt update && apt install -y x11-apps RUN apt install -y apt-transport-https gnome-keyring ibus libasound2 libatk1.0-0 libatk-bridge2.0-0 libatspi2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libegl1-mesa libexpat1 libfontconfig1 libgcc1 libgdk-pixbuf2.0-0 libgl1-mesa-glx libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libpulse0 libsecret-1-0 libsm6 libsqlite3-0 libstdc++6 libuuid1 libx11-6 libx11-xcb1 libxcb1 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-shape0 libxcb-shm0 libxcb-xfixes0 libxcb-xtest0 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxslt1.1 libxss1 libxtst6 RUN apt install -y xterm gnupg wget fonts-noto-color-emoji COPY skypeforlinux-64.deb zoom_amd64.deb teams_*_amd64.deb /root/ RUN dpkg -i /root/skypeforlinux-64.deb RUN dpkg -i /root/zoom_amd64.deb RUN dpkg -i /root/teams_*_amd64.deb RUN wget -q https://wire-app.wire.com/linux/releases.key -O- | apt-key add - RUN echo "deb [arch=amd64] https://wire-app.wire.com/linux/debian stable main" | tee /etc/apt/sources.list.d/wire-desktop.list RUN apt update && apt install -y wire-desktop ENTRYPOINT ["/usr/bin/xterm"]