1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-27 14:15:40 +02:00

get out stupid tmux

This commit is contained in:
Justin Garrison 2015-03-09 23:08:49 -07:00
parent b3a975a7a3
commit a192afb62e

@ -1,9 +0,0 @@
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"]