Remove unused rebase from dockerfile

This commit is contained in:
sn0w 2019-08-26 01:14:08 +02:00
parent 9a4e89272c
commit 9bf389c02c
1 changed files with 1 additions and 2 deletions

View File

@ -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 \