Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit fd9c817

Browse files
committed
add curl jq to final image
1 parent 412fcc4 commit fd9c817

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
@@ -23,7 +23,7 @@ FROM alpine:latest
2323
WORKDIR /root/.sonic
2424

2525
# Install ca-certificates for HTTPS
26-
RUN apk add --no-cache ca-certificates
26+
RUN apk add --no-cache ca-certificates curl jq
2727

2828
# Copy binaries from builder stage
2929
COPY --from=builder /tmp/Sonic/build/sonicd /usr/local/bin/

0 commit comments

Comments
 (0)