12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
|
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"]
|
||
|
|