mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
* Remove more build artifacts from the container
This commit is contained in:
parent
4a8d6dc6b6
commit
e4f4d31922
@ -54,7 +54,8 @@ RUN apt-get -y install git make gcc libperl-dev npm curl && \
|
||||
apt-get purge -y npm git make gcc libperl-dev nodejs curl && \
|
||||
rm -rf /usr/local/lib/node_modules && \
|
||||
apt-get autoremove -y && \
|
||||
apt-get autoclean
|
||||
apt-get autoclean && \
|
||||
rm -rf ~/.cpanm
|
||||
|
||||
# Configure outgoing mail to use host, other run time variable defaults
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user