mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

Upgrade pip when building the docker image #112

Closed jbequinn closed 6 years ago

jbequinn commented 6 years ago

When building the docker image, I can see the message:

You are using pip version 9.0.1, however version 9.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

So maybe pip can be upgraded when installing the dependencies

rfk commented 6 years ago

👍 thanks!

jbequinn commented 6 years ago

thanks to you as well