Remove unneeded curl install and remove commands#115
Conversation
| && apt-get install curl -y \ | ||
| && apt-get remove curl -y \ |
There was a problem hiding this comment.
Not sure what the purpose was of installing and then removing curl, but the golden tests pass without these lines.
There was a problem hiding this comment.
Thanks for the catch! I think I cargo-culted these from a prior version. 😅
| && apt-get install curl -y \ | ||
| && apt-get remove curl -y \ |
There was a problem hiding this comment.
Thanks for the catch! I think I cargo-culted these from a prior version. 😅
|
Actually, this is an edit to the existing |
No description provided.