Install yq from alpine repos

This commit is contained in:
Tulir Asokan
2020-12-19 14:14:46 +02:00
parent 646bbceb99
commit 9237046b96
+2 -3
View File
@@ -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