Skip to content

Instantly share code, notes, and snippets.

@oskimura
Created February 6, 2020 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oskimura/0da4d56770d658beac5f4c2a77b2891e to your computer and use it in GitHub Desktop.
Save oskimura/0da4d56770d658beac5f4c2a77b2891e to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
MAINTAINER username
WORKDIR /home/projects
RUN apt-get update && apt-get install -y \
vim \
gcc \
g++ \
binutils \
build-essential \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment