mirror of
https://memleak.eu/sn0w/pleroma-docker.git
synced 2024-12-22 01:58:49 -05:00
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
|
||||
RUN \
|
||||
git fetch --all && \
|
||||
git checkout $PLEROMA_VERSION && \
|
||||
git pull --rebase --autostash
|
||||
git checkout $PLEROMA_VERSION
|
||||
|
||||
# Precompile
|
||||
RUN \
|
||||
|
Loading…
Reference in New Issue
Block a user