Skip to content

Instantly share code, notes, and snippets.

@Cee
Last active September 25, 2018 22:05
Show Gist options
  • Save Cee/224af02817c07962bdd42c23b1b2e960 to your computer and use it in GitHub Desktop.
Save Cee/224af02817c07962bdd42c23b1b2e960 to your computer and use it in GitHub Desktop.
Dockerfile for CS-GY 6233
FROM ubuntu:14.04
RUN apt-get -qq update
RUN apt-get install -y git nasm build-essential qemu gdb
CMD ["bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment