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 <[email protected]>
  • Loading branch information
jmeridth committed Sep 16, 2024
1 parent ae5f02f commit d721b2e
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 @@ -17,7 +17,7 @@ COPY requirements.txt *.py /action/workspace/

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/issue_metrics.py"]
Expand Down

0 comments on commit d721b2e

Please sign in to comment.