This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ## Usage | |
| # 1 build using something like `docker build -t ubuntu-dev:latest .` (with this gist/Dockerfile in current directory) | |
| # 2 run container `docker run -it --name chansen-dev chansen-ubuntu-dev /bin/bash` | |
| # 3 start/go into container `docker start -ai chansen-dev` | |
| # Use latest Ubuntu image | |
| FROM ubuntu:latest | |
| ENV DEBIAN_FRONTEND=noninteractive |