[openstreetmap/openstreetmap-website] Add Docker Compose Support for Development Environment (#2409)

Grant notifications at github.com
Thu Feb 20 17:29:29 UTC 2020


Firefishy commented on this pull request.



> @@ -0,0 +1,52 @@
+FROM ruby:2.5
+
+# fixes dpkg man page softlink error while installing postgresql-client [source: https://stackoverflow.com/a/52655008/5350059]
+RUN mkdir -p /usr/share/man/man1 && \
+    mkdir -p /usr/share/man/man7
+
+# npm is not available in Debian repo so following official instruction [source: https://github.com/nodesource/distributions/blob/master/README.md#debinstall]

Best to use `FROM: ruby:2.5` rather than `FROM: ruby:2.5-buster`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2409#discussion_r382148439
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200220/f7b084b9/attachment.htm>


More information about the rails-dev mailing list