Hi Dmitry,
I have used your dockerfile but it did not help reducing the image size. It appears the "ADD" command could not be combined with RUN command, so, I have used curl to get the file from internal ftp server and combined the pkg download, install, and temporary dir removal steps all into one RUN command.
Thanks
Prasad
- Log in to post comments