FROM ubuntu:precise
MAINTAINER Charlie Lewis
RUN apt-get update
RUN apt-get install -y tmux
CMD tmux a -d || tmux
