fix: ✏️ forgot to remove binmerge
Some checks failed
dl / docker (push) Blocked by required conditions
dl / lint (push) Has been cancelled

This commit is contained in:
Michel Roux 2025-01-11 13:06:42 +01:00
parent 99952736e5
commit 1575f259fe

View File

@ -8,7 +8,6 @@ RUN apt-get update && \
pip install yt-dlp && \
rm -rf /var/lib/apt/lists/* && \
curl -sSL https://raw.githubusercontent.com/MatanZ/tremc/main/tremc -o /usr/local/bin/tremc && \
curl -sSL https://raw.githubusercontent.com/putnam/binmerge/master/binmerge -o /usr/local/bin/binmerge && \
update-alternatives --set editor /usr/bin/vim.basic
COPY --from=nes20tool /go/NES20Tool/NES20Tool /usr/local/bin/NES20Tool