From d7418c949d2008a0e248c312f78bec7bfb35273d Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Fri, 23 Aug 2019 18:29:28 -0400 Subject: [PATCH] Fix dep that breaks, add new tool --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7120e8f..efac662 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,10 @@ RUN apt update -y -q \ libxml2-dev \ libssl-dev \ liblzma-dev \ - zlib1g-dev + zlib1g-dev \ + sqlite3 \ + libsqlite3-0 \ + libsqlite3-dev #Build arguments ARG osxcross_repo="tpoechtrager/osxcross" @@ -62,6 +65,7 @@ RUN rustup target add x86_64-apple-darwin RUN rustup component add clippy RUN cargo install cargo-outdated RUN cargo install cargo-audit +RUN cargo install cargo-web RUN cp /usr/x86_64-w64-mingw32/lib/*crt2.o \ /home/rust/.rustup/toolchains/${RUST_VER}-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/