Skip to content

Instantly share code, notes, and snippets.

@nezl
Created February 9, 2019 11:16
Show Gist options
  • Select an option

  • Save nezl/1e4e10fc99917f1e12ad0a51a7d75b00 to your computer and use it in GitHub Desktop.

Select an option

Save nezl/1e4e10fc99917f1e12ad0a51a7d75b00 to your computer and use it in GitHub Desktop.
xorg:cosmic
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