Silence wget

This commit is contained in:
Joseph C. Lehner 2024-09-30 16:50:59 +02:00
parent e6767ecbad
commit 11be614310
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ ADD "https://api.github.com/repos/jclehner/nmrpflash/commits?per_page=1" latest_
RUN git clone https://github.com/jclehner/nmrpflash
WORKDIR /usr/src/nmrpflash
RUN wget -O npcap-sdk.zip https://npcap.com/dist/npcap-sdk-${NPCAP_VERSION}.zip
RUN wget -q -O npcap-sdk.zip https://npcap.com/dist/npcap-sdk-${NPCAP_VERSION}.zip
RUN unzip npcap-sdk.zip -d Npcap
ARG CACHEBUST=1

View file

@ -82,7 +82,7 @@ uninstall:
rm -f $(PREFIX)/bin/nmrpflash
$(LINUXDEPLOY):
wget -O $@ https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/$(shell basename $@)
wget -q -O $@ https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/$(shell basename $@)
chmod +x $@
nmrpflash-$(ARCH).AppImage: $(LINUXDEPLOY) release