Browse Source

Remove unused rebase from dockerfile

pull/6/head
sn0w 4 years ago
parent
commit
9bf389c02c
  1. 3
      Dockerfile

3
Dockerfile

@ -68,8 +68,7 @@ ENV __CACHE_TAG $__CACHE_TAG @@ -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 \

Loading…
Cancel
Save