From 9bf389c02c5b111fa985710812aa0c99918723f8 Mon Sep 17 00:00:00 2001 From: sn0w Date: Mon, 26 Aug 2019 01:14:08 +0200 Subject: [PATCH] Remove unused rebase from dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a5f9ad..e620de1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,8 +68,7 @@ ENV __CACHE_TAG $__CACHE_TAG ARG PLEROMA_VERSION RUN \ git fetch --all && \ - git checkout $PLEROMA_VERSION && \ - git pull --rebase --autostash + git checkout $PLEROMA_VERSION # Precompile RUN \