Hi all, recently got connection issues when running wget steps inside my Dockerfile when doing docker build. The thing is, just few weeks ago the same dockerfile works fine and when I tried the docker builds on the github actions I found no problem at all. This is the error that I get:
#27 ERROR: process "/bin/sh -c wget -q \"https://yihui.org/tinytex/install-bin-unix.sh\"" did not complete successfully: exit code: 4
Is there any restriction in render regarding to downloading files within docker build steps?
Oddly enough, after I run the build steps again after some time, suddenly it works again without any problem. Probably there was some intermittent network issues within Render at that time, so I guess trying to run the build steps again after some time is the workaround for this issue