Adds install of procps to nginx Dockerfile#59
Conversation
cabarnes
left a comment
There was a problem hiding this comment.
One of the things you could do instead of having to install it is to lock down the version of the nginx image so that things like this don't happen unexpectedly.
|
I was just thinking about that. Do you think locking in the nginx image version is the better choice here? |
|
I think it depends on how stable you think things should be right now. If you still feel like heavy development is going on, then maybe we should just fix this and get to a newer working version of |
|
Agreed. Locking in |
This reverts commit c1ccd30.
cabarnes
left a comment
There was a problem hiding this comment.
LGTM. Might want to change the description of the PR.
Not sure what changed about the official nginx Docker image, but suddenly
pswas unavailable.