fix: safer db open, dockerfile

This commit is contained in:
Ludo Galabru
2023-04-07 18:42:59 -04:00
parent 7751ba0b44
commit 43d37d73f2
3 changed files with 13 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ FROM rust:bullseye as build
WORKDIR /src
RUN apt update && apt install -y ca-certificates pkg-config libssl-dev
RUN apt update && apt install -y ca-certificates pkg-config libssl-dev libclang-11-dev
RUN rustup update 1.67.0 && rustup default 1.67.0