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 ARG PLEROMA_VERSION
RUN \ RUN \
git fetch --all && \ git fetch --all && \
git checkout $PLEROMA_VERSION && \ git checkout $PLEROMA_VERSION
git pull --rebase --autostash
# Precompile # Precompile
RUN \ RUN \