Add tmux to dockerfile so it can run in the container on non-linux systems

master
Kuba Orlik 1 year ago
parent 75958bdd33
commit 4274c1d6ae

@ -8,6 +8,7 @@ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN apt update
RUN apt install -y git
RUN apt install -y tmux
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]

Loading…
Cancel
Save