Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle
2019-09-05 10:49:10 -07:00
parent e1426286c6
commit eceea18c85

View File

@@ -36,6 +36,7 @@ RUN adduser -S user -h $HOME \
&& git clone https://github.com/poljar/weechat-matrix.git \
&& cd weechat-matrix \
&& pip install -r requirements.txt \
&& pip install websocket-client \
&& make install \
&& chown -R user $HOME