diff --git a/Dockerfile b/Dockerfile index 8ba5fc52..91c8e63b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,9 +46,8 @@ RUN apk add --no-cache \ py3-future \ bash \ curl \ - jq && \ - curl -sLo yq https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_${TARGETARCH} && \ - chmod +x yq && mv yq /usr/bin/yq + jq \ + yq@edge COPY requirements.txt /opt/mautrix-telegram/requirements.txt COPY optional-requirements.txt /opt/mautrix-telegram/optional-requirements.txt