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
No known key found for this signature in database
GPG Key ID: C0B444E6A3EFD4C1

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