2
0
Fork 0

weechat: add Containerfile

main
Astra 2023-09-04 17:45:11 +00:00
parent b11b42a770
commit b37cf2742a
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
FROM bitnami/minideb:bullseye
ENV HOME=/config \
TERM=screen-256color \
LANG=C.UTF-8
RUN install_packages weechat weechat-lua weechat-perl weechat-python weechat-ruby weechat-plugins weechat-scripts
STOPSIGNAL SIGQUIT
ENTRYPOINT ["weechat", "--dir", "/config"]