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
|
py3-unpaddedbase64
|
||||||
|
|
||||||
COPY requirements.txt /opt/maubot/requirements.txt
|
COPY requirements.txt /opt/maubot/requirements.txt
|
||||||
|
COPY optional-requirements.txt /opt/maubot/optional-requirements.txt
|
||||||
RUN cd /opt/maubot \
|
RUN cd /opt/maubot \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user