2
0
Fork 0

weechat: add Containerfile

This commit is contained in:
Astra 2023-09-04 17:45:11 +00:00
parent b11b42a770
commit b37cf2742a

11
weechat/Containerfile Normal file
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"]