From 9237046b9688759a214bee9e0f93cf9440dd3c01 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 19 Dec 2020 14:14:46 +0200 Subject: [PATCH] Install yq from alpine repos --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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