Remove unused rebase from dockerfile
This commit is contained in:
parent
9a4e89272c
commit
9bf389c02c
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user