Skip to content

Commit 5a1604b

Browse files
committed
fix: docker apt
1 parent c20cc57 commit 5a1604b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker/proof-aggregator.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ COPY config-files/config-proof-aggregator-docker.yaml /aligned_layer/config-file
2323
COPY config-files/proof-aggregator.last_aggregated_block.json /aligned_layer/config-files/
2424
COPY config-files/anvil.proof-aggregator.ecdsa.key.json /aligned_layer/config-files/
2525

26-
RUN apt update -y && apt install -y libssl-dev ca-certificates
27-
2826
# Leave it in the background as this container is used to exec the proof_aggregator binary
2927
CMD ["sleep","infinity"]
3028

0 commit comments

Comments
 (0)