X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e9de1537f924c0ceb9c42086da5a54abba268126..aa529f63038abebc8ae9381ff9288f74c10596b0:/Dockerfile diff --git a/Dockerfile b/Dockerfile index c85a64046..f3c56e161 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,9 @@ RUN apt-get update \ libxslt1-dev \ locales \ postgresql-client \ - ruby3.0 \ - ruby3.0-dev \ + ruby \ + ruby-dev \ + ruby-bundler \ software-properties-common \ tzdata \ unzip \ @@ -48,8 +49,7 @@ WORKDIR /app # Install Ruby packages ADD Gemfile Gemfile.lock /app/ -RUN gem install bundler \ - && bundle install +RUN bundle install # Install NodeJS packages using yarn ADD package.json yarn.lock /app/