Compare commits
7 Commits
v0.8.0-rc5
..
v0.8.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b03cddde8 | |||
| 6eec096501 | |||
| 78cdb43c65 | |||
| 4b57be3917 | |||
| 9383e5eed2 | |||
| a3b4a5e30e | |||
| 72a45d7d80 |
+18
-17
@@ -1,19 +1,22 @@
|
||||
FROM dock.mau.dev/tulir/lottieconverter:alpine-3.11
|
||||
FROM dock.mau.dev/tulir/lottieconverter:alpine-3.12
|
||||
|
||||
RUN echo "@edge_main http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
|
||||
RUN echo "@edge_testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||
RUN echo "@edge_community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
|
||||
RUN echo $'\
|
||||
@edge http://dl-cdn.alpinelinux.org/alpine/edge/main\n\
|
||||
@edge http://dl-cdn.alpinelinux.org/alpine/edge/testing\n\
|
||||
@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
|
||||
|
||||
RUN apk add --no-cache \
|
||||
python3 py3-pip py3-setuptools py3-wheel \
|
||||
py3-virtualenv \
|
||||
py3-pillow \
|
||||
py3-aiohttp \
|
||||
py3-magic \
|
||||
py3-sqlalchemy \
|
||||
py3-alembic@edge_testing \
|
||||
py3-telethon-session-sqlalchemy@edge \
|
||||
py3-alembic@edge \
|
||||
py3-psycopg2 \
|
||||
py3-ruamel.yaml \
|
||||
py3-commonmark@edge_testing \
|
||||
py3-commonmark@edge \
|
||||
# Indirect dependencies
|
||||
py3-idna \
|
||||
#moviepy
|
||||
@@ -22,8 +25,7 @@ RUN apk add --no-cache \
|
||||
py3-requests \
|
||||
#imageio
|
||||
py3-numpy \
|
||||
#telethon
|
||||
py3-rsa \
|
||||
py3-telethon@edge \
|
||||
# Optional for socks proxies
|
||||
py3-pysocks \
|
||||
# cryptg
|
||||
@@ -35,20 +37,19 @@ RUN apk add --no-cache \
|
||||
su-exec \
|
||||
netcat-openbsd \
|
||||
# olm
|
||||
olm-dev@edge_community \
|
||||
olm-dev \
|
||||
# matrix-nio?
|
||||
py3-future \
|
||||
py3-atomicwrites \
|
||||
py3-pycryptodome@edge_main \
|
||||
py3-peewee@edge_community \
|
||||
py3-pyrsistent@edge_community \
|
||||
py3-pycryptodome \
|
||||
py3-peewee \
|
||||
py3-pyrsistent \
|
||||
py3-jsonschema \
|
||||
py3-aiofiles \
|
||||
py3-cachetools@edge_community \
|
||||
py3-prometheus-client@edge_community \
|
||||
#py3-aiofiles \ # (too new)
|
||||
py3-cachetools \
|
||||
py3-unpaddedbase64 \
|
||||
py3-pyaes@edge_testing \
|
||||
py3-logbook@edge_testing
|
||||
py3-h2@edge \
|
||||
py3-logbook@edge
|
||||
|
||||
COPY requirements.txt /opt/mautrix-telegram/requirements.txt
|
||||
COPY optional-requirements.txt /opt/mautrix-telegram/optional-requirements.txt
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
__version__ = "0.8.0rc5"
|
||||
__version__ = "0.8.2"
|
||||
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
||||
|
||||
@@ -14,10 +14,10 @@ pillow>=4.3,<8
|
||||
moviepy>=1,<2
|
||||
|
||||
#/metrics
|
||||
prometheus_client>=0.6,<0.8
|
||||
prometheus_client>=0.6,<0.9
|
||||
|
||||
#/postgres
|
||||
psycopg2-binary>=2,<3
|
||||
|
||||
#/e2be
|
||||
matrix-nio[e2e]>=0.9,<0.11
|
||||
matrix-nio[e2e]>=0.9,<0.13
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@ ruamel.yaml>=0.15.35,<0.17
|
||||
python-magic>=0.4,<0.5
|
||||
commonmark>=0.8,<0.10
|
||||
aiohttp>=3,<4
|
||||
mautrix==0.5.0rc2
|
||||
mautrix>=0.5.8,<0.6
|
||||
telethon>=1.13,<1.15
|
||||
telethon-session-sqlalchemy>=0.2.14,<0.3
|
||||
|
||||
Reference in New Issue
Block a user