diff --git a/Dockerfile.raspbian b/Dockerfile.raspbian index 84c77ff..6a92d1d 100644 --- a/Dockerfile.raspbian +++ b/Dockerfile.raspbian @@ -1,7 +1,7 @@ FROM resin/rpi-raspbian:jessie MAINTAINER ViViDboarder -RUN [ "cross-build-start" ] +RUN cross-build-start || true RUN apt-get update \ && apt-get install -y --no-install-recommends \ @@ -21,7 +21,7 @@ RUN apt-get update \ && apt-get remove -y python-pip python-pip-whl \ && rm -rf /var/apt/lists/* -RUN [ "cross-build-end" ] +RUN cross-build-end || true VOLUME "/root/.cache/duplicity" VOLUME "/backups"