🚀 bye unnecessary build cleanups (not last stage)

pull/598/head
GlassedSilver 4 years ago
parent 44c1a34c67
commit 8e4a3119ab

@ -20,9 +20,6 @@ RUN apt-get update && apt-get -y install \
# spares us this spaghetti approach: https://stackoverflow.com/a/60547197 # spares us this spaghetti approach: https://stackoverflow.com/a/60547197
npm && \ npm && \
apt-get install -f && \ apt-get install -f && \
apt-get autoremove --purge && \
apt-get autoremove && \
apt-get clean && \
npm config set strict-ssl false && \ npm config set strict-ssl false && \
npm install -g @angular/cli npm install -g @angular/cli

Loading…
Cancel
Save