Skip to content

Instantly share code, notes, and snippets.

@nezl
Created February 7, 2019 09:43
Show Gist options
  • Select an option

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

Select an option

Save nezl/c1a5ac75b43d451b879811a793961914 to your computer and use it in GitHub Desktop.
FROM ayushshanker/xorg:xenial
RUN apt-get update && \
apt-get install -y --no-install-recommends \
git-core ncdu gcc silversearcher-ag nano && \
rm -rf /var/cache/apt/* && \
rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment