mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 08:25:36 +00:00
apt-get clean everywhere.
This commit is contained in:
parent
c6a804e0cf
commit
05a3cba65f
@ -1,3 +1,4 @@
|
||||
FROM resin/supervisor-base:latest
|
||||
ADD . /app
|
||||
RUN /build/builder
|
||||
RUN apt-get clean
|
||||
|
@ -12,4 +12,7 @@ RUN rm -rf node_modules
|
||||
RUN npm install --unsafe-perm --production
|
||||
|
||||
RUN ln -sf /app/entry.sh /start
|
||||
|
||||
RUN apt-get clean
|
||||
|
||||
CMD ["/app/entry.sh"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user