From: Andy Allan Date: Wed, 20 Sep 2023 15:50:44 +0000 (+0100) Subject: Install git in Docker to allow git repos in Gemfile X-Git-Tag: live~995^2~2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/6b6c4689155f61b8113ef6d54a58044bf159ed20?ds=inline;hp=--cc Install git in Docker to allow git repos in Gemfile --- 6b6c4689155f61b8113ef6d54a58044bf159ed20 diff --git a/Dockerfile b/Dockerfile index f3c56e161..446f71ac3 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 \