added a stupid tmux container ¯\_(ツ)_/¯

This commit is contained in:
Justin Garrison 2015-01-28 23:50:47 -08:00
parent cca6a57e08
commit 4d414f02fa

9
tmux/Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM ubuntu:14.10
MAINTAINER Justin Garrison <justinleegarrison@gmail.com>
RUN apt-get update && apt-get install -y \
tmux \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["tmux"]