Skip to content

Instantly share code, notes, and snippets.

@maxkarelov
Created May 8, 2015 21:38
Show Gist options
  • Save maxkarelov/2ab90bb91ba6f0c2cc1f to your computer and use it in GitHub Desktop.
Save maxkarelov/2ab90bb91ba6f0c2cc1f to your computer and use it in GitHub Desktop.
FROM debian:wheezy
RUN sed -i 's/# \(.*multiverse$\)/\1/g' /etc/apt/sources.list && \
apt-get update && \
apt-get install -y nasm gcc-multilib && \
rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment