aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.heroku
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.heroku')
-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