Skip to content

Commit

Permalink
Add curl to dockerfile (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas authored Sep 12, 2024
1 parent af20296 commit 37196ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/validation_service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .
RUN cargo build --release --package mls_validation_service

FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y sqlite3
RUN apt-get update && apt-get install -y sqlite3 curl
COPY --from=builder /code/target/release/mls-validation-service /usr/local/bin/mls-validation-service
ENV RUST_LOG=info
CMD ["mls-validation-service"]

0 comments on commit 37196ca

Please sign in to comment.