summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-24 10:33:17 -0700
committerDessalines <happydooby@gmail.com>2019-04-24 10:33:17 -0700
commit32316396203a35b8bd7a93489b094026639ac1f2 (patch)
treef06f26523af58cb688ea2d073186f48790a827c2 /Dockerfile
parentfbdb2e410a4a0fdbef14bb3c2229b3457e517c45 (diff)
Removing diesel for now
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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