[openstreetmap/openstreetmap-website] [WIP] Add docker support (#2272)

Tom Hughes notifications at github.com
Wed Jun 19 23:50:19 UTC 2019


tomhughes commented on this pull request.



> @@ -0,0 +1,25 @@
+FROM ruby:2.5-slim
+
+#install packages
+#fixes dpkg man page softlink error while installing postgresql-client [source: https://github.com/debuerreotype/debuerreotype/issues/10#issuecomment-438342078]
+RUN mkdir -p /usr/share/man/man1 && mkdir -p /usr/share/man/man7
+RUN apt-get update && apt-get install curl -y

Isn't this just building a container for local use though? Not anything that's going to be published?

-- 
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/2272#discussion_r295567403
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20190619/b695b353/attachment.html>


More information about the rails-dev mailing list