mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-06 01:21:39 +00:00
Add missing utilities
This commit is contained in:
parent
a12ebf884b
commit
9fb62a0faa
@ -6,10 +6,12 @@ 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 \
|
||||||
|
curl \
|
||||||
jq \
|
jq \
|
||||||
rsync \
|
rsync \
|
||||||
socat \
|
socat \
|
||||||
supervisor \
|
supervisor \
|
||||||
|
xz \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/
|
&& rm -rf /var/lib/apt/lists/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user