Skip to content

Commit c637f71

Browse files
committed
Dockerfile: install certs
1 parent df00200 commit c637f71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ WORKDIR /usr/src/app
33
COPY . .
44
RUN cargo build --release
55

6-
FROM debian:bullseye
6+
FROM debian:bullseye-slim
77
WORKDIR /app
88
COPY --from=builder /usr/src/app/target/release/terminusdb-semantic-indexer /app/
9+
RUN apt update -y && apt install ca-certificates -y
910
CMD ["./terminusdb-semantic-indexer", "serve", "--directory", "/app/terminusdb/storage/semantic_db"]

0 commit comments

Comments
 (0)