Skip to content

Instantly share code, notes, and snippets.

@minhoryang
Last active September 20, 2024 02:21
Show Gist options
  • Select an option

  • Save minhoryang/2a36fa760fa7a6cf9dce09d8c9ef532d to your computer and use it in GitHub Desktop.

Select an option

Save minhoryang/2a36fa760fa7a6cf9dce09d8c9ef532d to your computer and use it in GitHub Desktop.

Revisions

  1. minhoryang revised this gist Apr 11, 2017. 2 changed files with 9 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions Dockerfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    FROM ubuntu:latest
    RUN apt-get update
    RUN apt-get install -y --no-install-recommends apt-utils build-essential sudo git
    RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo
    USER docker
    4 changes: 4 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,5 @@
    # docker-ubuntu-build-essential

    docker build -t ubuntu-build-esssential .

    docker run -t -i ubuntu-build-esssential
  2. minhoryang created this gist Apr 11, 2017.
    1 change: 1 addition & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    # docker-ubuntu-build-essential