Not working yet, tmux issue
commit
26a6112e42
|
@ -0,0 +1,5 @@
|
|||
FROM ubuntu
|
||||
WORKDIR /sortofhome
|
||||
RUN groupadd -r -g 1000 mygroup && useradd --no-log-init -r -g mygroup -u 1000 myuser
|
||||
RUN apt update && apt --yes install tmux weechat
|
||||
CMD ["tmux", "new", "weechat"]
|
Loading…
Reference in New Issue