Skip to content

Commit

Permalink
avisynth wants full git history now
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Jul 11, 2023
1 parent 053fabe commit 2d22135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ RUN \

RUN \
cd /root && \
git clone --depth=1 https://github.com/AviSynth/AviSynthPlus.git avisynth && \
git clone --filter=blob:none https://github.com/AviSynth/AviSynthPlus.git avisynth && \
cd avisynth && \
mkdir avisynth-build && cd avisynth-build && \
cmake -DHEADERS_ONLY:bool=on -DCMAKE_INSTALL_PREFIX=/usr .. && \
Expand Down

0 comments on commit 2d22135

Please sign in to comment.