]> git.openstreetmap.org Git - rails.git/commitdiff
Install git in Docker to allow git repos in Gemfile
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Sep 2023 15:50:44 +0000 (16:50 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 27 Sep 2023 08:34:06 +0000 (09:34 +0100)
Dockerfile

index f3c56e1615c922c53a91dd5aaae86ea9a51c0d64..446f71ac32e8d25702a89c00d3af931400a2728b 100644 (file)
@@ -9,6 +9,7 @@ RUN apt-get update \
       curl \
       default-jre-headless \
       file \
+      git-core \
       gpg-agent \
       libarchive-dev \
       libffi-dev \