Skip to content

Commit 8e4b1fa

Browse files
committed
Add dependancy to docker
1 parent c06fa0a commit 8e4b1fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ LABEL maintainer="Laurent <[email protected]>" \
1717

1818
WORKDIR /app
1919
COPY . /app
20+
RUN apt-get update && apt-get -y install sqlite3 && apt -y autoremove && apt-get -y clean
2021
RUN cargo build --release
2122

2223
FROM gcr.io/distroless/cc

0 commit comments

Comments
 (0)