Skip to content

Instantly share code, notes, and snippets.

@wooyey
Last active April 8, 2020 19:19
Show Gist options
  • Save wooyey/00979b0881202dd03f9d1671c05cea51 to your computer and use it in GitHub Desktop.
Save wooyey/00979b0881202dd03f9d1671c05cea51 to your computer and use it in GitHub Desktop.
Dockerfile apt install
FROM debian:stable-slim
RUN apt-get update -qq && apt-get install -y --no-install-recommends \
vim \
gnupg && \
rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment