2
0
Fork 0
containerfiles/weechat/Containerfile

12 lines
274 B
Plaintext
Raw Normal View History

2023-09-04 19:45:11 +02:00
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"]