Skip to content

Commit

Permalink
Add git to Dockerfile builder stage for installing wagtailcodeblock fork
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Feb 10, 2024
1 parent 53de86c commit 2d2eedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV POETRY_NO_INTERACTION=1 \
RUN pip install wheel poetry==1.7.1

RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-recommends \
build-essential
build-essential git

COPY pyproject.toml poetry.lock ./
RUN touch README.md
Expand Down

0 comments on commit 2d2eedb

Please sign in to comment.