mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-23 15:16:31 +00:00
Better cross building
This commit is contained in:
parent
a13a522810
commit
2184194d68
@ -1,7 +1,7 @@
|
|||||||
FROM resin/rpi-raspbian:jessie
|
FROM resin/rpi-raspbian:jessie
|
||||||
MAINTAINER ViViDboarder <vividboarder@gmail.com>
|
MAINTAINER ViViDboarder <vividboarder@gmail.com>
|
||||||
|
|
||||||
RUN [ "cross-build-start" ]
|
RUN cross-build-start || true
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
@ -21,7 +21,7 @@ RUN apt-get update \
|
|||||||
&& apt-get remove -y python-pip python-pip-whl \
|
&& apt-get remove -y python-pip python-pip-whl \
|
||||||
&& rm -rf /var/apt/lists/*
|
&& rm -rf /var/apt/lists/*
|
||||||
|
|
||||||
RUN [ "cross-build-end" ]
|
RUN cross-build-end || true
|
||||||
|
|
||||||
VOLUME "/root/.cache/duplicity"
|
VOLUME "/root/.cache/duplicity"
|
||||||
VOLUME "/backups"
|
VOLUME "/backups"
|
||||||
|
Loading…
Reference in New Issue
Block a user