Skip to content

Commit

Permalink
Remove unused jq dependency
Browse files Browse the repository at this point in the history
This should allow the agt-get update command to be cached between all
our images again.
  • Loading branch information
sveitser committed Apr 23, 2024
1 parent ab07b9c commit ccd776a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prover-service.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:jammy
ARG TARGETARCH

RUN apt-get update \
&& apt-get install -y curl libcurl4 wait-for-it tini jq \
&& apt-get install -y curl libcurl4 wait-for-it tini \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["tini", "--"]

Expand Down

0 comments on commit ccd776a

Please sign in to comment.