mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Copy optional-requirements.txt in standalone dockerfile
This commit is contained in:
parent
818362c820
commit
8474cc7d6e
@ -20,6 +20,7 @@ RUN apk add --no-cache \
|
||||
py3-unpaddedbase64
|
||||
|
||||
COPY requirements.txt /opt/maubot/requirements.txt
|
||||
COPY optional-requirements.txt /opt/maubot/optional-requirements.txt
|
||||
RUN cd /opt/maubot \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
python3-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user