weechat: add Containerfile
parent
b11b42a770
commit
b37cf2742a
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue