Update cryptg
This commit is contained in:
+3
-1
@@ -49,8 +49,10 @@ COPY requirements.txt /opt/mautrix-telegram/requirements.txt
|
|||||||
COPY optional-requirements.txt /opt/mautrix-telegram/optional-requirements.txt
|
COPY optional-requirements.txt /opt/mautrix-telegram/optional-requirements.txt
|
||||||
WORKDIR /opt/mautrix-telegram
|
WORKDIR /opt/mautrix-telegram
|
||||||
RUN apk add --virtual .build-deps python3-dev libffi-dev build-base \
|
RUN apk add --virtual .build-deps python3-dev libffi-dev build-base \
|
||||||
|
&& pip3 install /cryptg-0.3.1-cp310-cp310-linux_x86_64.whl \
|
||||||
&& pip3 install --no-cache-dir -r requirements.txt -r optional-requirements.txt \
|
&& pip3 install --no-cache-dir -r requirements.txt -r optional-requirements.txt \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps \
|
||||||
|
&& rm -f /cryptg-0.3.1-cp310-cp310-linux_x86_64.whl
|
||||||
|
|
||||||
COPY . /opt/mautrix-telegram
|
COPY . /opt/mautrix-telegram
|
||||||
RUN apk add git && pip3 install --no-cache-dir .[all] && apk del git \
|
RUN apk add git && pip3 install --no-cache-dir .[all] && apk del git \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Uncommented lines after the group definition insert things into that group.
|
# Uncommented lines after the group definition insert things into that group.
|
||||||
|
|
||||||
#/speedups
|
#/speedups
|
||||||
cryptg>=0.1,<0.3
|
cryptg>=0.1,<0.4
|
||||||
cchardet
|
cchardet
|
||||||
aiodns
|
aiodns
|
||||||
brotli
|
brotli
|
||||||
|
|||||||
Reference in New Issue
Block a user