| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| FROM yum AS libssh2 | ||
| RUN cd /tmp && \ | ||
| curl https://libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \ | ||
| curl https://www.libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \ |
There was a problem hiding this comment.
| curl https://www.libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \ | |
| curl --location https://www.libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \ |
might still be good to throw in the flag to let curl know to follow redirects in case the libssh2 folks want to move stuff around.
Sorry, something went wrong.
There was a problem hiding this comment.
👍 Looks like the other Dockerfiles already did this, so I just unified their arguments across the board.
Sorry, something went wrong.
libssh2.org and www.libssh2.org were previously identical; now this is a redirect.
| Back | FazBrowse Home | New Git URL |
libssh2.org and www.libssh2.org were previously identical; now this is a
redirect.