Skip to content

Commit 07da9d4

Browse files
radupopa369nicholasflintwillow
authored andcommitted
feat: add curl in the final container
1 parent fd54c29 commit 07da9d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/build/movement-indexer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ RUN rust_binary="./target/release/movement-indexer-service"; dest_dir="/tmp/runt
1717

1818
FROM alpine:latest
1919

20+
# curl is needed for the health check
21+
RUN apk add --no-cache curl
22+
2023
# Copy the build artifact from the builder stage
2124
COPY --from=builder /tmp/build/target/release/movement-indexer-service /app/movement-indexer-service
2225
COPY --from=builder /tmp/build/target/release/load_metadata /app/load_metadata

0 commit comments

Comments
 (0)