From 10423e2ce44c49077167d525ee0a6113bc348ddc Mon Sep 17 00:00:00 2001 From: Doro Wu Date: Tue, 19 Mar 2019 22:28:18 +0800 Subject: [PATCH] fix: armhf --- Dockerfile.armhf | 2 +- Dockerfile.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 8ee92b2..5f5f7a6 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -51,7 +51,7 @@ RUN apt update \ # tini for subreap ARG TINI_VERSION=v0.18.0 -ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /bin/tini +ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-armhf /bin/tini RUN chmod +x /bin/tini # ffmpeg diff --git a/Dockerfile.j2 b/Dockerfile.j2 index 1f83e1e..c61f190 100644 --- a/Dockerfile.j2 +++ b/Dockerfile.j2 @@ -60,7 +60,7 @@ RUN apt update \ # tini for subreap ARG TINI_VERSION=v0.18.0 -ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /bin/tini +ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-{{arch}} /bin/tini RUN chmod +x /bin/tini # ffmpeg