mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +01:00
added a stupid tmux container ¯\_(ツ)_/¯
This commit is contained in:
parent
cca6a57e08
commit
4d414f02fa
9
tmux/Dockerfile
Normal file
9
tmux/Dockerfile
Normal 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"]
|
||||
|
Loading…
Reference in New Issue
Block a user