From 4e1eb0592b3f76bb41cb66e6a73ada147ec3e922 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 16 Nov 2017 09:39:11 -0800 Subject: [PATCH] Revert "Allow building arm images on x86 or arm hosts" This reverts commit 137d32c57553cd7a1458cf95cf5cb7e20dad446b. --- Dockerfile.raspbian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.raspbian b/Dockerfile.raspbian index 7dee36e..bc21504 100644 --- a/Dockerfile.raspbian +++ b/Dockerfile.raspbian @@ -1,7 +1,7 @@ FROM resin/rpi-raspbian:jessie MAINTAINER ViViDboarder -RUN cross-build-start || true +RUN [ "cross-build-start" ] RUN apt-get update \ && apt-get install -y --no-install-recommends \ @@ -22,7 +22,7 @@ RUN apt-get update \ python-swiftclient \ && rm -rf /var/apt/lists/* -RUN cross-build-end || true +RUN [ "cross-build-end" ] VOLUME "/root/.cache/duplicity" VOLUME "/backups"