Netflix / lemur-docker

Docker files for the Lemur certificate orchestration tool
170 stars 88 forks source link

Install pip for python 3.5, fix trailing && error #20

Closed bwhaley closed 7 years ago

bwhaley commented 7 years ago

This fixes a couple issues found in #15.

This time we ensure that pip is installed for python 3.5. Current version installs pip only for python 3.4.

I see two other open pull requests that add npm install. This actually shouldn't be necessary because npm is installed along with nodejs v4. But there was an error in the previous PR. Line 25 had a trailing && \ causing the subsequent RUN to fail, so nodejs and hence npm was not installed.

kevgliss commented 7 years ago

Thanks for the followup.

bwhaley commented 7 years ago

Thanks. Sorry for the issues on that.