Not working yet, tmux issue

main
Simon Friedberger 2023-01-18 11:21:29 +01:00
commit 26a6112e42
1 changed files with 5 additions and 0 deletions

View File

@ -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"]