Created
February 9, 2019 11:16
-
-
Save nezl/1e4e10fc99917f1e12ad0a51a7d75b00 to your computer and use it in GitHub Desktop.
xorg:cosmic
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
| FROM ubuntu:18.10 | |
| RUN apt-get update && apt-get install -y \ | |
| alsa-utils \ | |
| libgl1-mesa-dri \ | |
| libgl1-mesa-glx \ | |
| xdg-utils \ | |
| libxtst6 libxrender1 libxi6 libfreetype6 \ | |
| --no-install-recommends \ | |
| && rm -rf /var/lib/apt/lists/* \ | |
| && rm -rf /var/cache/apt/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment