Compare commits
2 commits
fb163d9f2d
...
6ae1a73f15
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ae1a73f15 | |||
| 469238c2a8 |
2 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ FROM python:3.11-alpine
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
COPY requirements.txt /usr/src/app/
|
||||
RUN apk add --no-cache bash build-base capstone-dev mandoc-doc man-db w3m youtube-dl aspell aspell-fr py3-matrix-nio && \
|
||||
pip install --no-cache-dir --ignore-installed -r requirements.txt && \
|
||||
RUN apk add --no-cache bash build-base capstone-dev mandoc-doc man-db w3m youtube-dl aspell aspell-fr && \
|
||||
pip install --no-cache-dir -r requirements.txt && \
|
||||
pip install bs4 capstone dnspython openai && \
|
||||
apk del build-base capstone-dev && \
|
||||
ln -s /var/lib/nemubot/home /home/nemubot
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
irc
|
||||
matrix-nio
|
||||
matrix-nio[e2e]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue