X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/27340d65cde219627f721da9ed0f46328fd9b06f..a3d9b8b901abe50b0a1b12b92d677dded8494fbd:/Dockerfile?ds=inline 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/