X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a209a72775787e181af01efc3214034cbe845055..672c79c79cf81b43ce958c9c7298be0e14fa9acf:/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/