Skip to content

Commit 0bba447

Browse files
committed
updated Makefile
1 parent b13623f commit 0bba447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ apk-packages-multimedia:
189189
# Debian 9 Stretch onwards, not available in Debian 8 Jessie
190190
.PHONY: apt-packages-multimedia
191191
apt-packages-multimedia:
192-
$(SUDO) apt-get update
193-
$(SUDO) apt-get install -y --no-install-recommends ffmpeg
192+
$(SUDO) apt-get update -o DPkg::Lock::Timeout=1200
193+
$(SUDO) apt-get install -o DPkg::Lock::Timeout=1200 -y --no-install-recommends ffmpeg
194194

195195
# for validate_multimedia.py
196196
.PHONY: yum-packages-multimedia

0 commit comments

Comments
 (0)