Not working yet, tmux issue

main
Simon Friedberger 2 months ago
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…
Cancel
Save