mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 08:25:36 +00:00
Save space on the i386 image by only installing required packages.
This commit is contained in:
parent
c41c7a5d01
commit
1ca7d1d4a8
@ -4,7 +4,7 @@ COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/
|
||||
|
||||
# Nodejs
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y curl git unzip wget npm nodejs inetutils-ping --no-install-recommends \
|
||||
&& apt-get install -y npm nodejs --no-install-recommends \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/
|
||||
RUN ln -sf /usr/bin/nodejs /usr/bin/node
|
||||
|
Loading…
x
Reference in New Issue
Block a user