We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049ebfc commit baf7699Copy full SHA for baf7699
images/base-winarm64/Dockerfile
@@ -2,7 +2,7 @@ ARG GH_REPO=ghcr.io/btbn/ffmpeg-builds
2
FROM $GH_REPO/base:latest
3
4
RUN \
5
- git-mini-clone https://github.com/mstorsjo/llvm-mingw.git 9abe6a8f316329f025468158bcd1e4d42d9d6967 /llvm-mingw && cd /llvm-mingw && \
+ git clone --filter=blob:none https://github.com/mstorsjo/llvm-mingw /llvm-mingw && cd /llvm-mingw && \
6
./build-all.sh --disable-lldb --disable-lldb-mi /opt/llvm-mingw && \
7
cd / && \
8
rm -rf llvm-mingw
0 commit comments