Hi,
Below line in workbench Dockerfile is giving me an error. Cannot download it. What does this do and is it necessary?
RUN curl -fsSL -o /usr/local/bin/wait-for-it.sh https://raw.githubusercontent.com/rstudio/wait-for-it/master/wait-for-it.sh &&
# chmod +x /usr/local/bin/wait-for-it.sh
Thanks.