mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-01 16:57:57 +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 \
|
||||
&& apt-get install -qqy \
|
||||
btrfs-tools \
|
||||
docker.io \
|
||||
jq \
|
||||
rsync \
|
||||
socat \
|
||||
@ -15,6 +14,8 @@ RUN apt-get -q update \
|
||||
&& apt-get clean \
|
||||
&& 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 config/supervisor/ /etc/supervisor/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user