From fa83ab3f2ba1fa9a6eb102908feb50a6b6b6d214 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 4 Jul 2019 17:32:55 -0400 Subject: [PATCH] Update rust, add a few more libs --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index efac662..82fedf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG RUST_VER=1.35.0 +ARG RUST_VER=1.37.0 RUN apt update -y -q \ && apt upgrade -y -q \ @@ -26,6 +26,7 @@ RUN apt update -y -q \ sqlite3 \ libsqlite3-0 \ libsqlite3-dev + libzip-dev #Build arguments ARG osxcross_repo="tpoechtrager/osxcross" @@ -66,6 +67,7 @@ RUN rustup component add clippy RUN cargo install cargo-outdated RUN cargo install cargo-audit RUN cargo install cargo-web +RUN cargo install diesel_cli --no-default-features --features sqlite 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/