From 3b22a7aee8644b26da7babfc9ea83b9cb8c7289c Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Tue, 21 Dec 2021 16:15:03 +0100 Subject: heroku docker - dev image with git --- Dockerfile.heroku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.heroku b/Dockerfile.heroku index f6ccbef..52c3882 100644 --- a/Dockerfile.heroku +++ b/Dockerfile.heroku @@ -6,7 +6,7 @@ RUN apt update -qy && \ FROM opcut-base as opcut-build WORKDIR /opcut COPY . . -RUN apt install -qy nodejs yarnpkg && \ +RUN apt install -qy nodejs yarnpkg git && \ ln -sT /usr/bin/yarnpkg /usr/bin/yarn && \ pip install -qq -r requirements.pip.dev.txt && \ doit -- cgit v1.2.3-70-g09d2