mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-10-31 18:17:52 +00:00 
			
		
		
		
	[sonic-buildimage] Fix build issue for docker-dhcp-relay-dbg.gz. Issue (#4136)
is coming becuase some of debian package not able to fetch. Signed-off-by: Abhishek <abdosi@microsoft.com>
This commit is contained in:
		| @@ -28,7 +28,7 @@ debs/{{ deb }}{{' '}} | ||||
| {% if $3 is defined %} | ||||
| {% if $3|length %} | ||||
|  | ||||
| RUN apt-get install -f -y \ | ||||
| RUN apt-get update && apt-get install -f -y \ | ||||
| {% for dbg in $3.split(' ') -%} | ||||
| {{ dbg }}{{' '}} | ||||
| {%- endfor %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 abdosi
					abdosi