aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-12-21 16:15:03 +0100
committerbozo.kopic <bozo@kopic.xyz>2021-12-21 16:15:03 +0100
commit3b22a7aee8644b26da7babfc9ea83b9cb8c7289c (patch)
tree8def8590fa67e7086a565fc3c1fd82bfb44029f2
parent56b2ab072e099283d256c8346ae67f4dae77e260 (diff)
heroku docker - dev image with git
-rw-r--r--Dockerfile.heroku2
1 files changed, 1 insertions, 1 deletions
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