mirror of
https://github.com/moby/moby.git
synced 2026-07-03 21:28:46 +00:00
There were couple issues in the previous version of this Dockerfile 1. [MongoDB manual](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/) uses 3.2 repo version as of July'16. 2. Command `# lsb_release -sc` doesn't work out of box, because of `bash: lsb_release: command not found`. Signed-off-by: Maxim Fedchyshyn <sevmax@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>