diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-12-21 16:15:03 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-12-21 16:15:03 +0100 |
| commit | 3b22a7aee8644b26da7babfc9ea83b9cb8c7289c (patch) | |
| tree | 8def8590fa67e7086a565fc3c1fd82bfb44029f2 /Dockerfile.heroku | |
| parent | 56b2ab072e099283d256c8346ae67f4dae77e260 (diff) | |
heroku docker - dev image with git
Diffstat (limited to 'Dockerfile.heroku')
| -rw-r--r-- | Dockerfile.heroku | 2 |
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 |
