Skip to content

Instantly share code, notes, and snippets.

View noelboss's full-sized avatar

noelboss noelboss

View GitHub Profile
@noelboss
noelboss / C9 Dev
Created February 22, 2018 11:57 — forked from edhaase/C9 Dev
# Copy this to Dockerfile
# Build with `sudo docker build -t c9 .`
# Resulting container is c9
FROM ubuntu:14.04
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8