Hi,
The above step worked. I have used internal ftp server.
Thanks
Prasad
Hi,
Thank you for the reply. The First command did save the cookie but the second wget still resulted in stream not found error. Please see below. Am I doing it wrong?
Thanks
Prasad
ubuntu@ip-172-31-34-120:/tmp$ wget --load-cookies cookies.txt --content-disposition 'https://wrc.intersystems.com/wrc/WRC.StreamServer.cls?FILE=/wrc/FieldTes...'
--2016-10-08 03:30:01-- https://wrc.intersystems.com/wrc/WRC.StreamServer.cls?FILE=/wrc/FieldTes...
Resolving wrc.intersystems.com (wrc.intersystems.com)... 38.97.67.139
Connecting to wrc.intersystems.com (wrc.intersystems.com)|38.97.67.139|:443... connected.
HTTP request sent, awaiting response... 404 Stream Not Found
2016-10-08 03:30:02 ERROR 404: Stream Not Found.
ubuntu@ip-172-31-34-120:/tmp$
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