[openstreetmap/openstreetmap-website] WIP: devcontainer configuration (PR #6424)

Marwin Hochfelsner notifications at github.com
Wed Oct 22 01:44:35 UTC 2025


@hlfan commented on this pull request.



> @@ -0,0 +1,14 @@
+# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
+ARG RUBY_VERSION=3.4.4
+FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
+
+USER root
+ENV DEBIAN_FRONTEND=noninteractive
+

To make it run on my Windows machine, I need to set additional permissions.
This got it to work, but it doesn't seem like the best solution.

```suggestion

RUN mkdir -p /workspaces/openstreetmap-website \
    && chown -R vscode:vscode /workspaces/openstreetmap-website
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#pullrequestreview-3363359510
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6424/review/3363359510 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251021/606c4756/attachment.htm>


More information about the rails-dev mailing list