mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2025-01-22 02:24:25 +00:00
Revert "Allow building arm images on x86 or arm hosts"
This reverts commit 137d32c57553cd7a1458cf95cf5cb7e20dad446b.
This commit is contained in:
parent
e8e13662b2
commit
4e1eb0592b
@ -1,7 +1,7 @@
|
||||
FROM resin/rpi-raspbian:jessie
|
||||
MAINTAINER ViViDboarder <vividboarder@gmail.com>
|
||||
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user