dockerfiles/tmux/Dockerfile
2015-01-28 23:50:47 -08:00

10 lines
183 B
Docker

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"]