X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a209a72775787e181af01efc3214034cbe845055..0eed6708a8f28938c085c76eaf9c35619535c7d3:/Dockerfile diff --git a/Dockerfile b/Dockerfile index c85a64046..28c3a2ea6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update \ curl \ default-jre-headless \ file \ + git-core \ gpg-agent \ libarchive-dev \ libffi-dev \ @@ -18,10 +19,12 @@ RUN apt-get update \ libvips-dev \ libxml2-dev \ libxslt1-dev \ + libyaml-dev \ locales \ postgresql-client \ - ruby3.0 \ - ruby3.0-dev \ + ruby \ + ruby-dev \ + ruby-bundler \ software-properties-common \ tzdata \ unzip \ @@ -48,8 +51,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/