Skip to content

Instantly share code, notes, and snippets.

@jeongukjae
Created September 2, 2017 05:10
Show Gist options
  • Save jeongukjae/9a17999f2f871a8745642a5019152303 to your computer and use it in GitHub Desktop.
Save jeongukjae/9a17999f2f871a8745642a5019152303 to your computer and use it in GitHub Desktop.
64비트 멀티코어 OS 원리와 구조 컴파일용 Dockerfile
FROM ubuntu:latest
MAINTAINER Jeong Ukjae <jeongukjae@gmail.com>
RUN apt-get update
RUN apt-get upgrade -y --fix-missing
RUN apt-get install build-essential nasm -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment