Skip to content

Instantly share code, notes, and snippets.

@aneury1
Created June 29, 2020 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aneury1/e1b7a067fa4957028ca0e4986e45c0f7 to your computer and use it in GitHub Desktop.
Save aneury1/e1b7a067fa4957028ca0e4986e45c0f7 to your computer and use it in GitHub Desktop.
FROM ubuntu:20.04
RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get install -y \
git \
cmake \
qtbase5-dev \
build-essential \
libx11-dev \
libxtst-dev \
libgl1-mesa-dev \
libssl-dev \
libavahi-compat-libdnssd-dev \
debhelper \
devscripts \
qttools5-dev \
qttools5-dev-tools \
&& rm -rf /var/lib/apt/lists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment