Skip to content

Instantly share code, notes, and snippets.

View jasonsnider's full-sized avatar

Jason Snider jasonsnider

View GitHub Profile
# Use an official Ubuntu base image
FROM ubuntu:20.04
# Install necessary packages
RUN apt-get update && apt-get install -y \
kcachegrind \
x11-apps \
dbus-x11 \
git \
nginx \