mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
reducing container size
This commit is contained in:
parent
f05e86e5ac
commit
d588347ebc
@ -57,7 +57,7 @@ RUN npm uninstall -g n
|
||||
RUN rm -rf /usr/local/n
|
||||
RUN rm -rf /usr/local/bin/node
|
||||
|
||||
RUN apt-get -y remove git build-essential npm vim nodejs
|
||||
RUN apt-get -y remove git build-essential npm vim nodejs linux-libc-dev
|
||||
RUN rm -rf /var/lib/apt/lists
|
||||
|
||||
FROM scratch
|
||||
|
Loading…
Reference in New Issue
Block a user