From: Dessalines Date: Wed, 24 Apr 2019 17:33:17 +0000 (-0700) Subject: Removing diesel for now X-Git-Url: http://these/git/?a=commitdiff_plain;h=fe24394be3184f7151b6d974b825b8f79efc8dd9;p=lemmy.git Removing diesel for now --- diff --git a/Dockerfile b/Dockerfile index 2f4e3e3a..3f3aa4e7 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