reducing container size

This commit is contained in:
balzack 2024-04-05 11:40:44 -07:00
parent f05e86e5ac
commit d588347ebc

View File

@ -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