Fix mbc login in docker
This fixes the following error: FileNotFoundError: [Errno 2] No such file or directory: '/root/.config/maubot-cli.json'
This commit is contained in:
parent
3621ddc190
commit
72df8964ae
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ RUN apk add --no-cache \
|
|||
py3-click \
|
||||
py3-packaging \
|
||||
py3-markdown \
|
||||
&& pip3 install -r requirements.txt feedparser dateparser langdetect python-gitlab
|
||||
&& pip3 install -r requirements.txt feedparser dateparser langdetect python-gitlab \
|
||||
&& mkdir -p /root/.config
|
||||
# TODO remove pillow, magic and feedparser when maubot supports installing dependencies
|
||||
|
||||
VOLUME /data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue