mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-08 04:10:28 +00:00
Use precomplied docker binary from resin github
This commit is contained in:
parent
83931a0915
commit
dbb7a2382c
@ -6,7 +6,6 @@ COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/
|
|||||||
RUN apt-get -q update \
|
RUN apt-get -q update \
|
||||||
&& apt-get install -qqy \
|
&& apt-get install -qqy \
|
||||||
btrfs-tools \
|
btrfs-tools \
|
||||||
docker.io \
|
|
||||||
jq \
|
jq \
|
||||||
rsync \
|
rsync \
|
||||||
socat \
|
socat \
|
||||||
@ -15,6 +14,8 @@ RUN apt-get -q update \
|
|||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/
|
&& rm -rf /var/lib/apt/lists/
|
||||||
|
|
||||||
|
RUN curl -sL https://github.com/resin-io/docker/releases/download/1.5.0-dev/docker-arm-1.5.0-dev.tar.xz | tar xJv --strip-components=1 -C /usr/bin
|
||||||
|
|
||||||
# Copy supervisord configuration files
|
# Copy supervisord configuration files
|
||||||
COPY config/supervisor/ /etc/supervisor/
|
COPY config/supervisor/ /etc/supervisor/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user