From 32316396203a35b8bd7a93489b094026639ac1f2 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 24 Apr 2019 10:33:17 -0700 Subject: [PATCH] Removing diesel for now --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f4e3e3af..3f3aa4e76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN cargo build --frozen --release --bin lemmy RUN mv /app/server/target/release/lemmy /app/lemmy # Get diesel-cli on there just in case -RUN cargo install diesel_cli --no-default-features --features postgres +# RUN cargo install diesel_cli --no-default-features --features postgres # The output image # FROM debian:stable-slim