Skip to content

Commit bddcc16

Browse files
committed
Merge branch 'main' of github.com:pyth-network/pyth-agent into mike/lazer-fixes-2
2 parents 44e7374 + 77cc8be commit bddcc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN cargo build --release
99

1010
FROM debian:12-slim
1111

12-
RUN apt update && apt install -y libssl-dev && apt clean all
12+
RUN apt update && apt install -y libssl-dev ca-certificates && apt clean all
1313

1414
COPY --from=builder /agent/target/release/agent /agent/
1515
COPY --from=builder /agent/config/* /agent/config/

0 commit comments

Comments
 (0)