1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version
3 FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
6 ENV DEBIAN_FRONTEND=noninteractive
9 RUN mkdir -p /workspaces/openstreetmap-website \
10 && chown -R vscode:vscode /workspaces/openstreetmap-website
12 # Install system packages then clean up to minimize image size
14 && apt-get install --no-install-recommends -y \