Skip to content

Commit

Permalink
fix: docker container image build
Browse files Browse the repository at this point in the history
switched from git-all to just git (pinned)

Signed-off-by: jmeridth <jmeridth@gmail.com>
  • Loading branch information
jmeridth committed Sep 16, 2024
1 parent b8f0b33 commit 47951a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY requirements.txt CONTRIBUTING-template.md open_contrib_pr.py /action/worksp

RUN python3 -m pip install --no-cache-dir -r requirements.txt \
&& apt-get -y update \
&& apt-get -y install --no-install-recommends git-all=1:2.39.2-1.1 \
&& apt-get -y install --no-install-recommends git=1:2.39.5-0+deb12u1 \
&& rm -rf /var/lib/apt/lists/*

CMD ["/action/workspace/open_contrib_pr.py"]
Expand Down

0 comments on commit 47951a7

Please sign in to comment.