Fix things

This commit is contained in:
Christine Dodrill 2015-05-09 18:19:31 -07:00
parent dc8374bb9a
commit fea9beb413
2 changed files with 9 additions and 13 deletions

4
dev/rust/Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM docker.io/xena/dotfiles
ENV SHELL /bin/bash
RUN curl -s https://static.rust-lang.org/rustup.sh | sh

View File

@ -1,16 +1,8 @@
FROM ubuntu:trusty
FROM irssi
RUN apt-get update && apt-get install irssi git-core -y
# create smurf user
RUN addgroup user && adduser --ingroup user --disabled-password user
ENV HOME /home/user
ENV LC_CTYPE en_US.UTF-8
# I use tmux in 256 color mode. Too bad if you don't.
ENV TERM screen-256color
USER root
RUN apt-get update && apt-get install git
USER user
CMD irssi
# I use tmux in 256 color mode. Too bad if you don't.
ENV TERM screen-256color