mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-03-24 06:05:19 +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…
x
Reference in New Issue
Block a user